Namespace: ChessAssembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
public ChessBoard PieceE this[
int x,
int y
] { get; set; }
public ChessBoard..::..PieceE this[
int x,
int y
] { get; set; }
Public Default Property Item (
x As Integer,
y As Integer
) As ChessBoard PieceE
Get
Set
Public Default Property Item (
x As Integer,
y As Integer
) As ChessBoard..::..PieceE
Get
Set
public:
property ChessBoard PieceE default[int x, int y] {
ChessBoard PieceE get (int x, int y);
void set (int x, int y, ChessBoard PieceE value);
}
public:
property ChessBoard..::..PieceE default[int x, int y] {
ChessBoard..::..PieceE get (int x, int y);
void set (int x, int y, ChessBoard..::..PieceE value);
}
member Item : ChessBoard PieceE with get, set
member Item : ChessBoard..::..PieceE with get, set
Property Value
Type:
ChessBoard PieceE