Class ComponentCollection
Represents the collection of IComponent implementations.
Namespace: Umbraco.Core.Composing
Assembly: Umbraco.Core.dll
Syntax
public class ComponentCollection : BuilderCollectionBase<IComponent>, IBuilderCollection<IComponent>, IEnumerable<IComponent>, IEnumerable
Constructors
View SourceComponentCollection(IEnumerable<IComponent>, IProfilingLogger)
Declaration
public ComponentCollection(IEnumerable<IComponent> items, IProfilingLogger logger)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<IComponent> | items | |
IProfilingLogger | logger |
Methods
View SourceInitialize()
Declaration
public void Initialize()
Terminate()
Declaration
public void Terminate()