frmBatchInvoicesResizeArrayT Method

Definition

Namespace: MbcsCentral.WinGL
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
protected T[,] ResizeArray<T>(
	T[,] original,
	int x,
	int y
)

Parameters

original  T
 
x  Int32
 
y  Int32
 

Type Parameters

T

Return Value

T

See Also