Array2DTToJaggedArray Method

Copies the elements of this Array2DT to a new jagged array.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public T[][]? ToJaggedArray()

Return Value

T
An array containing copies of the elements of this Array2DT, or if IsNull is .

See Also