HttpSessionState.RemoveAt(Int32) Metoda

Definicja

Usuwa element w określonym indeksie z kolekcji stanu sesji.

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

Parametry

index
Int32

Indeks elementu do usunięcia z kolekcji stanu sesji.

Wyjątki

Parametr index ma wartość niższą niż zero.

-lub-

index jest równe lub większe niż Count.

Dotyczy

Zobacz też