Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    Count

    Gets the number of items in the collection.

    Declaration
    int Count { get; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Count
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX