Show / Hide Table of Contents

    Interface IValueReadOnlyCollection<T>

    Represents a strongly-typed, read-only collection of elements that implements a value equality.

    Inherited Members
    IReadOnlyCollection<T>.Count
    IEnumerable<T>.GetEnumerator()
    Namespace: Silverback.Collections
    Assembly: Silverback.Core.dll
    Syntax
    public interface IValueReadOnlyCollection<out T> : IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable
    Type Parameters
    Name Description
    T

    The type of the elements.

    Extension Methods

    ValueReadOnlyCollectionExtensions.AsValueReadOnlyCollection<T>(IEnumerable<T>)
    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini