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