Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: Link<TResult> SelectLink<TResult>(Func<T, TResult>)

  • 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

TResultThis type parameter is not documented.