ArraySectionTToArray Method

Copies the elements of this ArraySectionT to a new array.

Definition

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

Return Value

T
An array containing copies of the elements of this ArraySectionT, or if IsNull is .

See Also