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