ExtTimes Method |
Name | Description | |
---|---|---|
Times(Int32, Action) |
Executes the specified Action delegate n times.
| |
Times(Int32, ActionInt32) |
Executes the specified Action<int> delegate n times.
| |
Times(Int64, Action) |
Executes the specified Action delegate n times.
| |
Times(Int64, ActionInt64) |
Executes the specified Action<long> delegate n times.
| |
Times(UInt32, Action) |
Executes the specified Action delegate n times.
| |
Times(UInt32, ActionUInt32) |
Executes the specified Action<uint> delegate n times.
| |
Times(UInt64, Action) |
Executes the specified Action delegate n times.
| |
Times(UInt64, ActionUInt64) |
Executes the specified Action<ulong> delegate n times.
|