Udostępnij za pośrednictwem


RouteCollection.RemoveItem(Int32) Metoda

Definicja

Usuwa trasę z RouteCollection obiektu w określonym indeksie.

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

Parametry

index
Int32

Indeks oparty na zerowej trasie do usunięcia.

Uwagi

GetReadLock Użyj metody i GetWriteLock metody, aby upewnić się, że wchodzisz w interakcję z kolekcją bez konfliktów z innymi procesami.

Dotyczy

Zobacz też