CastArray2DTFrom, TToTo2DArray Method

Copies the elements of this CastArray2DTFrom, TTo to a new two-dimensional array of element type TTo.

Definition

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

Return Value

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

See Also