CastArrayTFrom, TToToArray Method

Copies the elements of this CastArrayTFrom, TTo to a new 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 CastArrayTFrom, TTo, or if IsNull is .

See Also