Click or drag to resize
ArrayExtrasInstantiateArrayT Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static T[][] InstantiateArray<T>(
	int width,
	int height
)
where T : new()

Parameters

width
Type: SystemInt32
height
Type: SystemInt32

Type Parameters

T

Return Value

Type: T
See Also