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 |
| Extension method: TResult Apply<TSource, TResult>(this TSource, Func<TSource, TResult>)Declarationpublic static TResult Apply<TSource, TResult>(
this TSource source,
Func<TSource, TResult> func
) Summary
Executes the specified function with the specified argument. Generic type parametersTSource |
Type of the argument to the function. | TResult |
Type of the result of the function. |
Parametersthis TSource | source |
The argument to the function. | Func<TSource, TResult> | func |
The function to execute. |
Returns
The result of the function. |