Interface IValueReadOnlyCollection<T>
Represents a strongly-typed, read-only collection of elements that implements a value equality.
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. |