TempDataDictionary Properties

Visual Studio 2010

The TempDataDictionary type exposes the following members.

  NameDescription
Public property Count Gets the number of elements in the ICollection(Of T) object.
Public property Item Gets or sets the object that has the specified key.
Public property Keys Gets an ICollection(Of T) object that contains the keys of elements in the IDictionary(Of TKey, TValue) object.
Public property Values Gets the ICollection(Of T) object that contains the values in the IDictionary(Of TKey, TValue) object.
Top

  NameDescription
Explicit interface implemetation Private property ICollection(Of KeyValuePair(Of String, Object)).IsReadOnly Gets a value that indicates whether the dictionary is read-only.
Top

Community Additions

ADD
Show: