다음을 통해 공유


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

적용 대상

추가 정보