TempDataDictionary Properties
Visual Studio 2010
The TempDataDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of elements in the ICollection(Of T) object. |
|
Item | Gets or sets the object that has the specified key. |
|
Keys | Gets an ICollection(Of T) object that contains the keys of elements in the IDictionary(Of TKey, TValue) object. |
|
Values | Gets the ICollection(Of T) object that contains the values in the IDictionary(Of TKey, TValue) object. |
| Name | Description | |
|---|---|---|
|
ICollection(Of KeyValuePair(Of String, Object)).IsReadOnly | Gets a value that indicates whether the dictionary is read-only. |
Community Additions
ADD
Show: