共用方式為


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

要移除之路由中從零開始的索引。

備註

GetReadLock使用 方法和 方法GetWriteLock,確定您與集合互動,而不會與其他進程發生衝突。

適用於

另請參閱