Méthode | Description | |
---|---|---|
Do ( |
Loop for the given number of iterations while calling the given delegate.
|
|
Do ( |
Loop for the given number of iterations while calling the given delegate with the current iteration and total number of iterations as parameters.
|
|
Do ( |
Loop for the given number of iterations while calling the given delegate with the current iteration as parameter.
|
|
Do ( System.Int64 Loops, System.Action Do ) : void |
Loop for the given number of iterations while calling the given delegate.
|
|
Do ( System.Int64 Loops, Int64>.Action |
Loop for the given number of iterations while calling the given delegate with the current iteration and total number of iterations as parameters.
|
|
Do ( System.Int64 Loops, Action |
Loop for the given number of iterations while calling the given delegate with the current iteration as parameter.
|
|
Do ( |
Loop for the given number of iterations while calling the given delegate.
|
|
Do ( |
Loop for the given number of iterations while calling the given delegate with the current iteration and total number of iterations as parameters.
|
|
Do ( |
Loop for the given number of iterations while calling the given delegate with the current iteration as parameter.
|
|
Do ( System.UInt64 Loops, System.Action Do ) : void |
Loop for the given number of iterations while calling the given delegate.
|
|
Do ( System.UInt64 Loops, UInt64>.Action |
Loop for the given number of iterations while calling the given delegate with the current iteration and total number of iterations as parameters.
|
|
Do ( System.UInt64 Loops, Action |
Loop for the given number of iterations while calling the given delegate with the current iteration as parameter.
|
public static Do ( |
||
Loops | The number of iterations. | |
Do | System.Action | A delegate to call. |
Résultat | void |
public static Do ( |
||
Loops | The number of iterations. | |
Do | Int32>.Action | A delegate to call. |
Résultat | void |
public static Do ( |
||
Loops | The number of iterations. | |
Do | Action |
A delegate to call. |
Résultat | void |
public static Do ( System.Int64 Loops, System.Action Do ) : void | ||
Loops | System.Int64 | The number of iterations. |
Do | System.Action | A delegate to call. |
Résultat | void |
public static Do ( System.Int64 Loops, Int64>.Action |
||
Loops | System.Int64 | The number of iterations. |
Do | Int64>.Action | A delegate to call. |
Résultat | void |
public static Do ( System.Int64 Loops, Action |
||
Loops | System.Int64 | The number of iterations. |
Do | Action |
A delegate to call. |
Résultat | void |
public static Do ( |
||
Loops | The number of iterations. | |
Do | System.Action | A delegate to call. |
Résultat | void |
public static Do ( |
||
Loops | The number of iterations. | |
Do | UInt32>.Action | A delegate to call. |
Résultat | void |
public static Do ( |
||
Loops | The number of iterations. | |
Do | Action |
A delegate to call. |
Résultat | void |
public static Do ( System.UInt64 Loops, System.Action Do ) : void | ||
Loops | System.UInt64 | The number of iterations. |
Do | System.Action | A delegate to call. |
Résultat | void |
public static Do ( System.UInt64 Loops, UInt64>.Action |
||
Loops | System.UInt64 | The number of iterations. |
Do | UInt64>.Action | A delegate to call. |
Résultat | void |
public static Do ( System.UInt64 Loops, Action |
||
Loops | System.UInt64 | The number of iterations. |
Do | Action |
A delegate to call. |
Résultat | void |