RouteCollection.RemoveItem(Int32) メソッド

定義

指定されたインデックス位置にあるルートを RouteCollection オブジェクトから削除します。

protected:
 override void RemoveItem(int index);
protected override void RemoveItem (int index);
override this.RemoveItem : int -> unit
Protected Overrides Sub RemoveItem (index As Integer)

パラメーター

index
Int32

削除するルートの 0 から始まるインデックス。

注釈

GetReadLockメソッドとメソッドを使用して、他のGetWriteLockプロセスとの競合なしにコレクションと対話することを確認します。

適用対象

こちらもご覧ください