Array3DTToArray Method
Copies the elements of this
Array3DT to a new single dimensional array.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
Public Function ToArray As T()
public:
array<T>^ ToArray()
member ToArray : unit -> 'T[]
Return Value
TAn array containing copies of the elements of this
Array3DT,
or
if
IsNull is
.