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 사용하여 다른 프로세스와 충돌하지 않고 컬렉션과 상호 작용하도록 합니다.

적용 대상

추가 정보