PerformanceTestBaseTDelegate, TResultInvoke Method
Invokes the specified delegate.
Namespace: KGySoft.DiagnosticsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
protected abstract TResult Invoke(
TDelegate del
)
Protected MustOverride Function Invoke (
del As TDelegate
) As TResult
protected:
virtual TResult Invoke(
TDelegate del
) abstract
abstract Invoke :
del : 'TDelegate -> 'TResult
- del TDelegate
- The delegate to invoke.
TResultA
TResult instance returned by the specified delegate. Returns
for
void delegate types.