ClockVector.RemoveAt 方法

删除指定索引处的元素。

命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)

语法

声明
Public Sub RemoveAt ( _
    index As Integer _
)
用法
Dim instance As ClockVector
Dim index As Integer

instance.RemoveAt(index)
public void RemoveAt (
    int index
)
public:
virtual void RemoveAt (
    int index
) sealed
public final void RemoveAt (
    int index
)
public final function RemoveAt (
    index : int
)

参数

  • index
    要从时钟向量中删除的元素的索引。

请参阅

参考

ClockVector 类
ClockVector 成员
Microsoft.Synchronization 命名空间