CastArrayTFrom, TToCopyTo(CastArrayTFrom, TTo) Method
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public void CopyTo(
CastArray<TFrom, TTo> target
)
Public Sub CopyTo (
target As CastArray(Of TFrom, TTo)
)
public:
void CopyTo(
CastArray<TFrom, TTo> target
)
member CopyTo :
target : CastArray<'TFrom, 'TTo> -> unit
Parameters
- target CastArrayTFrom, TTo
- The CastArrayTFrom, TTo that is the destination of the elements copied from this instance.