This documentation is archived and is not being maintained.
CookielessData Methods
Visual Studio 2008
The CookielessData type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | Adds an entry with the specified key and value into the HybridDictionary. (Inherited from HybridDictionary.) |
|
Clear | Removes all entries from the HybridDictionary. (Inherited from HybridDictionary.) |
|
Contains | Determines whether the HybridDictionary contains a specific key. (Inherited from HybridDictionary.) |
|
CopyTo | Copies the HybridDictionary entries to a one-dimensional Array instance at the specified index. (Inherited from HybridDictionary.) |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetEnumerator | Returns an IDictionaryEnumerator that iterates through the HybridDictionary. (Inherited from HybridDictionary.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Remove | Removes the entry with the specified key from the HybridDictionary. (Inherited from HybridDictionary.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IEnumerable::GetEnumerator | Returns an IEnumerator that iterates through the HybridDictionary. (Inherited from HybridDictionary.) |
Show: