Copies the elements of the index to an array beginning at the specified index.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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)
Reference