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
abstract RemoveAt : 
        index:int -> unit 
override RemoveAt : 
        index:int -> unit 
public final function RemoveAt(
    index : int
)

パラメーター

  • index
    型 : System. . :: . .Int32
    クロック ベクターから削除する要素のインデックスです。

実装

IList< (Of < ( <'T> ) > ) >. . :: . .RemoveAt(Int32)

参照

参照

ClockVectorクラス

ClockVector メンバー

Microsoft.Synchronization 名前空間