Interface ICollectionBuilder
Represents a collection builder.
Namespace: Umbraco.Core.Composing
Assembly: Umbraco.Core.dll
Syntax
public interface ICollectionBuilder
Methods
View SourceRegisterWith(IRegister)
Registers the builder so it can build the collection, by registering the collection and the types.
Declaration
void RegisterWith(IRegister register)
Parameters
Type | Name | Description |
---|---|---|
IRegister | register |