ReadOnlyListView<TInput, TOutput>
public struct ReadOnlyListView<TInput, TOutput> : IReadOnlyList<TOutput>, IEnumerable<TOutput>, IEnumerable, IReadOnlyCollection<TOutput>, IEquatable<ReadOnlyListView<TInput, TOutput>>
Represents lazily converted read-only list.
Count of items in the list.
Gets item at the specified position.
Initializes a new lazily converted view.
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.