Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: Func<T, TResult> Lambda<T, TResult>(Func<T, TResult>)

  • Declared in: RT.Util.Ut

Declaration

public static Func<T, TResult> Lambda<T, TResult>(
    Func<T, TResult> method
)

Summary

Allows the use of C#’s powerful type inference when declaring local lambdas whose delegate type doesn't make any difference.

Generic type parameters

TThis type parameter is not documented.
TResultThis type parameter is not documented.