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