C-DEngine 5.105

Ext..::..Times Method (UInt64, Action)

Executes the specified [Action] delegate n times.

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static void Times(
	ulong n,
	Action action
)
Public Shared Sub Times ( _
	n As ULong, _
	action As Action _
)
public:
static void Times(
	unsigned long long^ n, 
	Action^ action
)

Parameters

n
Type: UInt64
A UInt64 is the number of times to execute.
action
Type: Action
An [Action] delegate that references the method(s) to execute.