CastArrayTFrom, TToCopyTo(ArraySectionTTo) Method

Copies the items of this CastArrayTFrom, TTo to a compatible ArraySectionT.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public void CopyTo(
	ArraySection<TTo> target
)

Parameters

target  ArraySectionTTo
The ArraySectionT that is the destination of the elements copied from this CastArrayTFrom, TTo.

See Also