ReadOnlyCollectionView<T>
public struct ReadOnlyCollectionView<T> : IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, IEquatable<ReadOnlyCollectionView<T>>
Represents read-only view of the mutable collection.
Count of items in the collection.
Initializes a new read-only view for the mutable collection.
Determines whether two views point to the same collection.
Determines whether two views point to the different collections.
Determines whether the current view and the specified view points
to the same collection.
Gets enumerator over items in the collection.