HybridDictionary Constructor
Supported by the .NET Compact Framework. |
Overloaded. Initializes a new instance of the HybridDictionary class. |
Count
Supported by the .NET Compact Framework. |
Gets the number of key-and-value pairs contained in the HybridDictionary. |
IsFixedSize
Supported by the .NET Compact Framework. |
Gets a value indicating whether the HybridDictionary has a fixed size. |
IsReadOnly
Supported by the .NET Compact Framework. |
Gets a value indicating whether the HybridDictionary is read-only. |
IsSynchronized
Supported by the .NET Compact Framework. |
Gets a value indicating whether the HybridDictionary is synchronized (thread-safe). |
Item |
Gets or sets the value associated with the specified key.
In C#, this property is the indexer for the HybridDictionary class. |
Keys
Supported by the .NET Compact Framework. |
Gets an ICollection containing the keys in the HybridDictionary. |
SyncRoot
Supported by the .NET Compact Framework. |
Gets an object that can be used to synchronize access to the HybridDictionary. |
Values
Supported by the .NET Compact Framework. |
Gets an ICollection containing the values in the HybridDictionary. |
Add
Supported by the .NET Compact Framework. |
Adds an entry with the specified key and value into the HybridDictionary. |
Clear
Supported by the .NET Compact Framework. |
Removes all entries from the HybridDictionary. |
Contains
Supported by the .NET Compact Framework. |
Determines whether the HybridDictionary contains a specific key. |
CopyTo
Supported by the .NET Compact Framework. |
Copies the HybridDictionary entries to a one-dimensional Array instance at the specified index. |
Equals (inherited from Object)
Supported by the .NET Compact Framework. |
Overloaded. Determines whether two Object instances are equal. |
GetEnumerator
Supported by the .NET Compact Framework. |
Returns an IDictionaryEnumerator that can iterate through the HybridDictionary. |
GetHashCode (inherited from Object)
Supported by the .NET Compact Framework. |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. |
Gets the Type of the current instance. |
Remove
Supported by the .NET Compact Framework. |
Removes the entry with the specified key from the HybridDictionary. |
ToString (inherited from Object)
Supported by the .NET Compact Framework. |
Returns a String that represents the current Object. |
Finalize (inherited from Object)
Supported by the .NET Compact Framework. |
Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. |
Creates a shallow copy of the current Object. |
| IEnumerable.GetEnumerator | Returns an IEnumerator that can iterate through the HybridDictionary. |
HybridDictionary Class | System.Collections.Specialized Namespace