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 Lambda(Action)Declarationpublic static Action Lambda(
Action method
) Summary
Allows the use of C#’s powerful type inference when declaring local lambdas whose delegate type doesn't make
any difference. |