ReadOnlyListView<I, O>
public struct ReadOnlyListView<I, O> : IReadOnlyList<O>, IEnumerable<O>, IEnumerable, IReadOnlyCollection<O>, IEquatable<ReadOnlyListView<I, O>>
Represents lazily converted read-only list.
Count of items in the list.
Gets item at the specified position.
Initializes a new lazily converted view.
Determines whether two views are same.
Determines whether two views are not same.
Determines whether two converted lists are same.
Returns enumerator over converted items.