Ext..::..Times Method
Overload List
Name | Description | |
---|---|---|
Times(Int32, Action) |
Executes the specified [Action] delegate n times.
|
|
Times(Int64, Action) |
Executes the specified [Action] delegate n times.
|
|
Times(UInt32, Action) |
Executes the specified [Action] delegate n times.
|
|
Times(UInt64, Action) |
Executes the specified [Action] delegate n times.
|
|
Times(Int32, Action<(Of <<'(Int32>)>>)) |
Executes the specified Action<int> delegate n times.
|
|
Times(Int64, Action<(Of <<'(Int64>)>>)) |
Executes the specified Action<long> delegate n times.
|
|
Times(UInt32, Action<(Of <<'(UInt32>)>>)) |
Executes the specified Action<uint> delegate n times.
|
|
Times(UInt64, Action<(Of <<'(UInt64>)>>)) |
Executes the specified Action<ulong> delegate n times.
|