HttpSessionStateBase.GetEnumerator Method

Definition

When overridden in a derived class, returns an enumerator that can be used to read all the session-state variable names in the current session.

public:
 virtual System::Collections::IEnumerator ^ GetEnumerator();
public virtual System.Collections.IEnumerator GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.IEnumerator
override this.GetEnumerator : unit -> System.Collections.IEnumerator
Public Overridable Function GetEnumerator () As IEnumerator

Returns

An enumerator that can iterate through the variable names in the session-state collection.

Implements

Exceptions

Applies to