Diff<>(old, new, comparer, predicate, postProcessor) NewArray<>(size1, size2, size3, initialiser) RunMain(main, onUnhandledMain, onUnhandledThread) RunMain(main, onUnhandledMain, onUnhandledThread)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Static method: Action<T1, T2, T3, T4, T5> Lambda<T1, T2, T3, T4, T5>(Action<T1, T2, T3, T4, T5>)Declarationpublic static Action<T1, T2, T3, T4, T5> Lambda<T1, T2, T3, T4, T5>(
Action<T1, T2, T3, T4, T5> 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 parametersT1 | This type parameter is not documented. | T2 | This type parameter is not documented. | T3 | This type parameter is not documented. | T4 | This type parameter is not documented. | T5 | This type parameter is not documented. |
|