Interface IValueReadOnlyCollection<T>
- Namespace
- Silverback.Collections
- Assembly
- Silverback.Core.dll
Represents a strongly-typed, read-only collection of elements that implements a value equality.
public interface IValueReadOnlyCollection<out T> : IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
TThe type of the elements.
- Inherited Members
- Extension Methods