Method Map
Map<V>(Func<T, V>, Collections.Generic.IComparer<V>)
Create a new indexed sorted collection consisting of the results of
mapping all items of this list.
Declaration
public IIndexedSorted<V> Map<V>(Func<T, V> mapper, Collections.Generic.IComparer<V> c)
Parameters
Type | Name | Description |
---|---|---|
Func<T, V> | mapper | The delegate definging the map. |
System.Collections.Generic.IComparer<V> | c | The comparion relation to use for the result. |
Returns
Type | Description |
---|---|
IIndexedSorted<V> | The new sorted collection. |
Type Parameters
Name | Description |
---|---|
V |