This documentation is archived and is not being maintained.
CookielessData Properties
Visual Studio 2008
The CookielessData type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of key/value pairs contained in the HybridDictionary. (Inherited from HybridDictionary.) |
|
IsFixedSize | Gets a value indicating whether the HybridDictionary has a fixed size. (Inherited from HybridDictionary.) |
|
IsReadOnly | Gets a value indicating whether the HybridDictionary is read-only. (Inherited from HybridDictionary.) |
|
IsSynchronized | Gets a value indicating whether the HybridDictionary is synchronized (thread safe). (Inherited from HybridDictionary.) |
|
Item | Gets or sets the value associated with the specified key. (Inherited from HybridDictionary.) |
|
Keys | Gets an ICollection containing the keys in the HybridDictionary. (Inherited from HybridDictionary.) |
|
SyncRoot | Gets an object that can be used to synchronize access to the HybridDictionary. (Inherited from HybridDictionary.) |
|
Values | Gets an ICollection containing the values in the HybridDictionary. (Inherited from HybridDictionary.) |
Show: