Get a piece at the specified position. Position 0 = Lower right (H1), 63 = Higher left (A8)
View code on GitHub Namespace: ChessAssembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
public ChessBoard PieceE this[
int iPos
] { get; set; }
public ChessBoard..::..PieceE this[
int iPos
] { get; set; }
Public Default Property Item (
iPos As Integer
) As ChessBoard PieceE
Get
Set
Public Default Property Item (
iPos As Integer
) As ChessBoard..::..PieceE
Get
Set
public:
property ChessBoard PieceE default[int iPos] {
ChessBoard PieceE get (int iPos);
void set (int iPos, ChessBoard PieceE value);
}
public:
property ChessBoard..::..PieceE default[int iPos] {
ChessBoard..::..PieceE get (int iPos);
void set (int iPos, ChessBoard..::..PieceE value);
}
member Item : ChessBoard PieceE with get, set
member Item : ChessBoard..::..PieceE with get, set
Property Value
Type:
ChessBoard PieceE