HttpApplicationStateWrapper.RemoveAt(Int32) 메서드

정의

컬렉션에서 인덱스로 지정된 개체를 제거합니다.

public:
 override void RemoveAt(int index);
public override void RemoveAt (int index);
override this.RemoveAt : int -> unit
Public Overrides Sub RemoveAt (index As Integer)

매개 변수

index
Int32

제거할 항목의 컬렉션 내 위치입니다.

예외

index가 컬렉션의 유효한 인덱스 범위를 벗어납니다.

적용 대상