HttpSessionStateWrapper.GetEnumerator Method

Definition

Returns an enumerator that can be used to read all the session-state variable names in the current session.

public:
 override System::Collections::IEnumerator ^ GetEnumerator();
public override System.Collections.IEnumerator GetEnumerator ();
override this.GetEnumerator : unit -> System.Collections.IEnumerator
Public Overrides Function GetEnumerator () As IEnumerator

Returns

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

Applies to