PerformanceTestTResultInvoke Method

Invokes the specified delegate.

Definition

Namespace: KGySoft.Diagnostics
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.1.0
C#
protected override TResult Invoke(
	Func<TResult> del
)

Parameters

del  FuncTResult
The delegate to invoke.

Return Value

TResult
A TResult instance returned by the specified delegate.

See Also