Array3DTToJaggedArray Method
Copies the elements of this
Array3DT to a new jagged array.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
public T[][][]? ToJaggedArray()
Public Function ToJaggedArray As T()()()
public:
array<array<array<T>^>^>^ ToJaggedArray()
member ToJaggedArray : unit -> 'T[][][]
Return Value
TAn array containing copies of the elements of this
Array3DT,
or
if
IsNull is
.