ClockVector::Insert Method
Inserts an element into the clock vector at the specified index.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Parameters
- index
- Type: System::Int32
The value of item is inserted at this index.
- item
- Type: Microsoft.Synchronization::IClockVectorElement
The element to insert into the clock vector.
Implements
IList<T>::Insert(Int32, T)| Exception | Condition |
|---|---|
| ArgumentException | item cannot be cast to ClockVectorElement. |
Show: