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.
public static bool op_Equality(ReadOnlyListView<TInput, TOutput> first, ReadOnlyListView<TInput, TOutput> second)
Determines whether two views are same.
public static bool op_Inequality(ReadOnlyListView<TInput, TOutput> first, ReadOnlyListView<TInput, TOutput> second)
Determines whether two views are not same.
Determines whether two converted lists are same.
Returns enumerator over converted items.