|
Enhanced C#
Language of your choice: library documentation
|
Helper class for LinqToLists. More...
Helper class for LinqToLists.
| ListT | : | ICollection<T> |
Properties | |
| sealed override int | Count [get] |
Properties inherited from Loyc.Collections.Impl.ReadOnlyCollectionBase< TResult > | |
| abstract int | Count [get] |
Public Member Functions | |
| SelectCollection (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 |
1.8.17