FeedClockVector.RemoveAt 方法

删除指定索引处的元素。

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

语法

声明
Public Sub RemoveAt ( _
    index As Integer _
)
用法
Dim instance As FeedClockVector
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
    要从时钟向量中删除的元素的索引。

请参阅

参考

FeedClockVector 类
FeedClockVector 成员
Microsoft.Synchronization.FeedSync 命名空间