| IntExtensionsTimes Method |
| Name | Description | |
|---|---|---|
| Times(Int32, Action) |
Repeats the specified Action the number of times.
| |
| Times(Int32, ActionInt32) |
Repeats the specified ActionT the number of times.
| |
| TimesT(Int32, FuncT) |
Repeats the specified FuncTResult the number of times.
| |
| TimesT(Int32, FuncInt32, T) |
Repeats the specified FuncT, TResult the number of times.
|