HttpSessionStateContainer.RemoveAt(Int32) Metoda

Definice

Odstraní položku v zadaném indexu z kolekce stavu relace.

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

Parametry

index
Int32

Index položky, kterou chcete odebrat z kolekce stavu relace.

Implementuje

Výjimky

Hodnota index je menší než nula.

-nebo-

index je rovno nebo větší než Count.

Platí pro

Viz také