Enhanced C#
Language of your choice: library documentation
|
Helper class for LinqToLists. More...
Helper class for LinqToLists.
ListT | : | IReadOnlyCollection<T> |
Properties | |
sealed override int | Count [get] |
Properties inherited from Loyc.Collections.Impl.ReadOnlyCollectionBase< TResult > | |
abstract int | Count [get] |
Public Member Functions | |
SelectReadOnlyCollection (ListT list, Func< T, TResult > selector) | |
sealed override IEnumerator< TResult > | GetEnumerator () |
Public Member Functions inherited from Loyc.Collections.Impl.ReadOnlyCollectionBase< TResult > | |
bool | Contains (T item) |
Protected fields | |
ListT | _list |
Func< T, TResult > | _selector |