• Home
  • API documentation
Show / Hide Table of Contents
  • ChessSharp
    • ChessUtilities
    • GameBoard
    • GameState
    • Move
    • Piece
    • Player
  • ChessSharp.Pieces
    • Bishop
    • King
    • Knight
    • Pawn
    • PawnPromotion
    • Queen
    • Rook
  • ChessSharp.SquareData
    • File
    • Rank
    • Square

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.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX