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

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

예외

적용 대상