Method | Description | |
---|---|---|
Times ( this source, System.Action action ) : void |
Loops the current int times with the given action.
|
|
Times ( this source, Action |
Loops the current int times with the given action.
|
public static Times ( this source, System.Action action ) : void | ||
source | this | A |
action | System.Action | A |
return | void |
public static Times ( this source, Action |
||
source | this | A |
action | Action |
A |
return | void |