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