Copies the elements of the index to an array beginning at the specified index.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public virtual void CopyTo(
T[] array,
int arrayIndex
)
Public Overridable Sub CopyTo (
array As T(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<T>^ array,
int arrayIndex
)
abstract CopyTo :
array : 'T[] *
arrayIndex : int -> unit
override CopyTo :
array : 'T[] *
arrayIndex : int -> unit
Parameters
- array
- Type: T
An array. - arrayIndex
- Type: SystemInt32
Index in array where copying is to start.
Implements
ICollectionTCopyTo(T, Int32)
Numerical Libraries
Supported in: 5.x
Reference