Mono Class Library: Overview

System.Web.SessionState.ISessionStateItemCollection: Members

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

Public Properties

Dirtybool. Documentation for this section has not yet been entered.
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. Documentation for this section has not yet been entered.

Public Methods

Clear()
Documentation for this section has not yet been entered.
Remove(string)
Documentation for this section has not yet been entered.
RemoveAt(int)
Documentation for this section has not yet been entered.

Extension Methods

static
AsQueryable(this IEnumerable) : System.Linq.IQueryable
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.