ReadOnlyListView<T>
public struct ReadOnlyListView<T> : IReadOnlyList<T>, IEnumerable<T>, IEnumerable, IReadOnlyCollection<T>, IEquatable<ReadOnlyListView<T>>
Represents read-only view of the mutable list.
Number of items in the list.
Gets item at the specified position in the list.
Initializes a new read-only view for the specified mutable list.
Determines whether two views point to the same list.
Determines whether two views point to the different lists.
Determines whether the current view and the specified view points
to the same list.
Gets enumerator over items in the list.