ReadOnlyCollectionView<TInput, TOutput>
public struct ReadOnlyCollectionView<TInput, TOutput> : IReadOnlyCollection<TOutput>, IEnumerable<TOutput>, IEnumerable, IEquatable<ReadOnlyCollectionView<TInput, TOutput>>
Represents lazily converted read-only collection.
Count of items in the collection.
Initializes a new lazily converted view.
public static bool op_Equality(ReadOnlyCollectionView<TInput, TOutput> first, ReadOnlyCollectionView<TInput, TOutput> second)
Determines whether two collections are same.
public static bool op_Inequality(ReadOnlyCollectionView<TInput, TOutput> first, ReadOnlyCollectionView<TInput, TOutput> second)
Determines whether two collections are not same.
Determines whether two converted collections are same.
Returns enumerator over converted items.