System.Web.SessionState.IHttpSessionState.GetEnumerator Method

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

Syntax

public IEnumerator GetEnumerator ()

Returns

An IEnumerator that can iterate through the values in the session-state item collection.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.SessionState
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0