Array2TItem Property

Definition

Namespace: Jodosoft.Collections
Assembly: Jodosoft.Collections (in Jodosoft.Collections.dll) Version: 2.0
public T this[
	int x,
	int y
] { get; set; }

Parameters

x  Int32
 
y  Int32
 

Property Value

T

Implements

IReadOnlyArray2TItemInt32, Int32

See Also