CastArray3DTFrom, TToTo3DArray Method

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

Definition

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

Return Value

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

See Also