Method | Description | |
---|---|---|
Step ( this self, |
||
Step ( this self, |
||
Step ( this self, System.Int64 limit ) : IEnumerable |
||
Step ( this self, System.Int64 limit, System.Int64 step ) : IEnumerable |
||
Times ( this self, System.Action action ) : void | ||
Times ( this self, Action |
||
Times ( this self, Action |
public static Step ( this self, |
||
self | this | |
limit | ||
return | IEnumerable |
public static Step ( this self, |
||
self | this | |
limit | ||
step | ||
return | IEnumerable |
public static Step ( this self, System.Int64 limit ) : IEnumerable |
||
self | this | |
limit | System.Int64 | |
return | IEnumerable |
public static Step ( this self, System.Int64 limit, System.Int64 step ) : IEnumerable |
||
self | this | |
limit | System.Int64 | |
step | System.Int64 | |
return | IEnumerable |
public static Times ( this self, System.Action action ) : void | ||
self | this | |
action | System.Action | |
return | void |
public static Times ( this self, Action |
||
self | this | |
action | Action |
|
return | void |
public static Times ( this self, Action |
||
self | this | |
action | Action |
|
return | void |