|
delegate void | DotMP.ActionRef< T > (ref T a, int i) |
| Action delegate that takes an int and a ref T as parameters. More...
|
|
delegate void | DotMP.ActionRef2< T > (ref T a, int i, int j) |
| Action delegate that takes two ints and a ref T as parameters. More...
|
|
delegate void | DotMP.ActionRef3< T > (ref T a, int i, int j, int k) |
| Action delegate that takes three ints and a ref T as parameters. More...
|
|
delegate void | DotMP.ActionRef4< T > (ref T a, int i, int j, int k, int l) |
| Action delegate that takes four ints and a ref T as parameters. More...
|
|
delegate void | DotMP.ActionRefN< T > (ref T a, int[] i) |
| Action delegate that takes an int[] and a ref T as parameters. More...
|
|