|
Enhanced C#
Loyc library documentation
|
Helper class: provides a modified view of an IListSource by transforming each element on-demand. Objects of this type are returned from LinqToLists.Select{T,TResult}(IListSource{T},Func{T,TResult}) More...
Helper class: provides a modified view of an IListSource by transforming each element on-demand. Objects of this type are returned from LinqToLists.Select{T,TResult}(IListSource{T},Func{T,TResult})
| T | input type |
| TResult | output type |
| ListT | Type of list being wrapped |
| ListT | : | IReadOnlyList<T> |
Properties | |
| new TResult | this[int index] [get] |
| sealed override int | Count [get] |
Public Member Functions | |
| SelectReadOnlyList (ListT list, Func< T, TResult > selector) | |
| override TResult | TryGet (int index, out bool fail) |
Protected fields | |
| ListT | _list |
| Func< T, TResult > | _selector |
1.8.7