Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: Action<T1, T2> Lambda<T1, T2>(Action<T1, T2>)

  • Declared in: RT.Util.Ut

Declaration

public static Action<T1, T2> Lambda<T1, T2>(
    Action<T1, T2> 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

T1This type parameter is not documented.
T2This type parameter is not documented.