PerformanceTestTResultInvoke Method
Invokes the specified delegate.
Namespace: KGySoft.DiagnosticsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.1.0
protected override TResult Invoke(
Func<TResult> del
)
Protected Overrides Function Invoke (
del As Func(Of TResult)
) As TResult
protected:
virtual TResult Invoke(
Func<TResult>^ del
) override
abstract Invoke :
del : Func<'TResult> -> 'TResult
override Invoke :
del : Func<'TResult> -> 'TResult
- del FuncTResult
- The delegate to invoke.
TResultA
TResult instance returned by the specified delegate.