UtilDebugInvokeTimes(Int32, Action) Method

Invokes an Action 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(
	int count,
	Action action
)

Parameters

count  Int32
The amount of times to execute the funtion.
action  Action
The Action to be executed.

See Also