Show / Hide Table of Contents

    Class ValueReadOnlyCollection

    Provides the Empty<T>() factory method.

    Inheritance
    object
    ValueReadOnlyCollection
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Silverback.Collections
    Assembly: Silverback.Core.dll
    Syntax
    public static class ValueReadOnlyCollection

    Methods

    Empty<T>()

    Returns an empty ValueReadOnlyCollection<T>.

    Declaration
    public static ValueReadOnlyCollection<T> Empty<T>()
    Returns
    Type Description
    ValueReadOnlyCollection<T>

    The empty ValueReadOnlyCollection<T>.

    Type Parameters
    Name Description
    T

    The type of the elements.

    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini