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