[This is preliminary documentation and is subject to change.]
Namespace: NFX.CollectionsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract T this[
int x,
int y
] { get; set; }
public abstract T this[
int x,
int y
] { get; set; }
Public MustOverride Default Property Item (
x As Integer,
y As Integer
) As T
Get
Set
Public MustOverride Default Property Item (
x As Integer,
y As Integer
) As T
Get
Set
public:
virtual property T default[int x, int y] {
T get (int x, int y) abstract;
void set (int x, int y, T value) abstract;
}
public:
virtual property T default[int x, int y] {
T get (int x, int y) abstract;
void set (int x, int y, T value) abstract;
}
abstract Item : 'T with get, set
abstract Item : 'T with get, set
Property Value
Type:
T