CastArrayTFrom, TToCopyTo(CastArrayTFrom, TTo) Method

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

Definition

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

Parameters

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

See Also