Legend
| Constructor: ListSelectIterator<TInput, TResult>( |
| IList<TInput> | source | A list of values to invoke the transform function on. |
| Func<TInput, TResult> | selector | A transform function to apply to each element. |
| bool | reversed | Specifies whether or not to reverse the order of elements. |