System.Web.SessionState.ISessionStateItemCollection Members

The members of System.Web.SessionState.ISessionStateItemCollection are listed below.

Public Properties

Dirtybool.

Gets or sets a value indicating whether the collection has been marked as changed.

default property
Item(int)object. Documentation for this section has not yet been entered.
default property
Item(string)object. Documentation for this section has not yet been entered.
[read-only]
KeysSystem.Collections.Specialized.NameObjectCollectionBase.KeysCollection.

Gets a collection of the variable names for all values stored in the collection.

Public Methods

Clear()

Removes all values and keys from the session-state collection.

Remove(string)

Deletes an item from the collection.

RemoveAt(int)

Deletes an item at a specified index from the collection.