HttpSessionStateContainer.GetEnumerator Method

Definition

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 System.Collections.IEnumerator GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.IEnumerator
override this.GetEnumerator : unit -> System.Collections.IEnumerator
Public Function GetEnumerator () As IEnumerator

Returns

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

Implements

Applies to

See also