ClockVector::CopyTo Method
Copies the elements of the clock vector to array, starting at the index specified by arrayIndex.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public: virtual void CopyTo( array<IClockVectorElement^>^ array, int arrayIndex ) sealed
Parameters
- array
- Type: array<Microsoft.Synchronization::IClockVectorElement>
Clock vector elements are copied to this array.
- arrayIndex
- Type: System::Int32
Copying starts at this index.
Implements
ICollection<T>::CopyTo(array<T>, Int32)| Exception | Condition |
|---|---|
| ArgumentNullException | array is a nullptr. |
| ArgumentOutOfRangeException | arrayIndex is less than zero or would overflow array. |
Show: