UtilDebugInvokeTimesT(Int32, FuncT) Method

Invokes a FuncTResult for the specified amount of times.

Definition

Namespace: DevCase.Core.Diagnostics.Debugging.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void InvokeTimes<T>(
	int count,
	Func<T> function
)

Parameters

count  Int32
The amount of times to execute the funtion.
function  FuncT
The FuncTResult to be executed.

Type Parameters

T

See Also