Search Results for

    Show / Hide Table of Contents
    View Source

    Class LazyReadOnlyCollection<T>

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Composing
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class LazyReadOnlyCollection<T> : IReadOnlyCollection<T>
    Type Parameters
    Name Description
    T

    Constructors

    View Source

    LazyReadOnlyCollection(Func<IEnumerable<T>>)

    Declaration
    public LazyReadOnlyCollection(Func<IEnumerable<T>> lazyCollection)
    Parameters
    Type Name Description
    Func<System.Collections.IEnumerable<T>> lazyCollection
    View Source

    LazyReadOnlyCollection(Lazy<IEnumerable<T>>)

    Declaration
    public LazyReadOnlyCollection(Lazy<IEnumerable<T>> lazyCollection)
    Parameters
    Type Name Description
    Lazy<System.Collections.IEnumerable<T>> lazyCollection

    Properties

    View Source

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    Value

    Declaration
    public IEnumerable<T> Value { get; }
    Property Value
    Type Description
    System.Collections.IEnumerable<T>

    Methods

    View Source

    GetEnumerator()

    Declaration
    public IEnumerator<T> GetEnumerator()
    Returns
    Type Description
    System.Collections.IEnumerator<T>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • LazyReadOnlyCollection(Func<IEnumerable<T>>)
      • LazyReadOnlyCollection(Lazy<IEnumerable<T>>)
    • Properties
      • Count
      • Value
    • Methods
      • GetEnumerator()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX