CastArray3DTFrom, TToToArray Method

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

Definition

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

Return Value

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

See Also