HttpSessionStateBase.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

세션 상태 컬렉션에서 제거할 항목의 인덱스입니다.

예외

적용 대상