Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ICollectionBuilder

    Represents a collection builder.

    Namespace: Umbraco.Cms.Core.Composing
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ICollectionBuilder

    Methods

    View Source

    RegisterWith(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
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • RegisterWith(IServiceCollection)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX