Click or drag to resize
ArrayExtrasCloneT Method

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

Parameters

inarr
Type: T
width
Type: SystemInt32
height
Type: SystemInt32

Type Parameters

T

Return Value

Type: T
See Also