CastArray2DTFrom, TToToJaggedArray Method

Copies the elements of this CastArray2DTFrom, TTo to a new jagged array of element type TTo.

Definition

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

Return Value

TTo
An array containing copies of the elements of this CastArray2DTFrom, TTo, or if IsNull is .

See Also