Array2T Constructor

Initializes a new instance of the Array2T class

Definition

Namespace: Jodosoft.Collections
Assembly: Jodosoft.Collections (in Jodosoft.Collections.dll) Version: 2.0
public Array2(
	int lengthX,
	int lengthY
)

Parameters

lengthX  Int32
 
lengthY  Int32
 

See Also