C-DEngine 5.105

Ext..::..Times Method

Overload List


  Name Description
Public method Static member Times(Int32, Action)
Executes the specified [Action] delegate n times.
Public method Static member Times(Int64, Action)
Executes the specified [Action] delegate n times.
Public method Static member Times(UInt32, Action)
Executes the specified [Action] delegate n times.
Public method Static member Times(UInt64, Action)
Executes the specified [Action] delegate n times.
Public method Static member Times(Int32, Action<(Of <<'(Int32>)>>))
Executes the specified Action<int> delegate n times.
Public method Static member Times(Int64, Action<(Of <<'(Int64>)>>))
Executes the specified Action<long> delegate n times.
Public method Static member Times(UInt32, Action<(Of <<'(UInt32>)>>))
Executes the specified Action<uint> delegate n times.
Public method Static member Times(UInt64, Action<(Of <<'(UInt64>)>>))
Executes the specified Action<ulong> delegate n times.