- Declared in: RT.Coordinates.Link<T>
Declaration
public Link<TResult> SelectLink<TResult>(
Func<T, TResult> selector
)
Summary
Projects the elements of this link and creates a new link between the resulting new elements.
Generic type parameters
TResult | This type parameter is not documented. |