HttpApplicationStateBase.RemoveAt(Int32) 메서드

정의

파생 클래스에서 재정의된 경우 인덱스로 지정된 상태 개체를 컬렉션에서 제거합니다.

public:
 virtual void RemoveAt(int index);
public virtual void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Overridable Sub RemoveAt (index As Integer)

매개 변수

index
Int32

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

예외

적용 대상