Method | Description | |
---|---|---|
Get ( int row, int column ) : |
||
Grid ( |
||
Grid ( int rows, int columns ) : System.Collections.Generic | ||
Invert ( ) : void | ||
Set ( int row, int column, |
||
ShiftDown ( ) : void | ||
ShiftLeft ( ) : void | ||
ShiftRight ( ) : void | ||
ShiftUp ( ) : void |
public Get ( int row, int column ) : |
||
row | int | |
column | int | |
return |
public Grid ( |
||
other | ||
return | System.Collections.Generic |
public Grid ( int rows, int columns ) : System.Collections.Generic | ||
rows | int | |
columns | int | |
return | System.Collections.Generic |
public Set ( int row, int column, |
||
row | int | |
column | int | |
value | ||
return | void |