Enum File
Represents a square file.
Namespace: ChessSharp.SquareData
Assembly: ChessSharp.dll
Syntax
public enum File
Fields
| Name | Description |
|---|---|
| A | Represents the A file. |
| B | Represents the B file. |
| C | Represents the C file. |
| D | Represents the D file. |
| E | Represents the E file. |
| F | Represents the F file. |
| G | Represents the G file. |
| H | Represents the H file. |