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