Interface IBuilderCollection<TItem>
Represents a builder collection, ie an immutable enumeration of items.
Namespace: Umbraco.Cms.Core.Composing
Assembly: Umbraco.Core.dll
Syntax
public interface IBuilderCollection<out TItem>
  Type Parameters
| Name | Description | 
|---|---|
| TItem | The type of the items.  | 
      
Properties
View SourceCount
Gets the number of items in the collection.
Declaration
int Count { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 |