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