• 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

Class Rook

Represents a rook Piece.

Inheritance
System.Object
Piece
Rook
Inherited Members
Piece.Owner
Piece.Equals(Object)
Piece.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ChessSharp.Pieces
Assembly: ChessSharp.dll
Syntax
public class Rook : Piece
  • Improve this Doc
  • View Source
Back to top Generated by DocFX