Public Methods
|  Add | Adds an element with the provided key and value to the dictionary object.   DISPID (Dispatch ID):   For more information, see Add in .NET Reference. | 
|  Clear | Removes all elements from the dictionary object.   DISPID (Dispatch ID):   For more information, see Clear in .NET Reference. | 
|  Contains |   DISPID (Dispatch ID):   For more information, see Contains in .NET Reference. | 
|  CopyTo | Copies the elements of the collection to an array, starting at a particular array index.   DISPID (Dispatch ID):   For more information, see CopyTo in .NET Reference. | 
|  Equals | Determines whether the specified object is equal to the current object.   DISPID (Dispatch ID):   For more information, see Equals in .NET Reference. | 
|  GetEnumerator | Returns a dictionary enumerator object for the dictionary object.   DISPID (Dispatch ID):   For more information, see GetEnumerator in .NET Reference. | 
|  GetHashCode | Returns a hash code for the current object.   DISPID (Dispatch ID):   For more information, see GetHashCode in .NET Reference. | 
|  GetType | Gets the Type of the current instance.   DISPID (Dispatch ID):   For more information, see GetType in .NET Reference. | 
|  Remove | Removes the element with the specified key from the dictionary object.   DISPID (Dispatch ID):   For more information, see Remove in .NET Reference. | 
Public Properties
|  Count | Gets the number of elements contained in the collection.   DISPID (Dispatch ID):   For more information, see Count in .NET Reference. | 
|  IsFixedSize | Gets a value indicating whether the dictionary object has a fixed size.   DISPID (Dispatch ID):   For more information, see IsFixedSize in .NET Reference. | 
|  IsReadOnly | Gets a value indicating whether the dictionary object is read-only.   DISPID (Dispatch ID):   For more information, see IsReadOnly in .NET Reference. | 
|  IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe).   DISPID (Dispatch ID):   For more information, see IsSynchronized in .NET Reference. | 
|  Item | Gets or sets the element with the specified key.   DISPID (Dispatch ID):   For more information, see Item in .NET Reference. | 
|  Keys | Gets a collection object containing the keys of the dictionary object.   DISPID (Dispatch ID):   For more information, see Keys in .NET Reference. | 
|  SyncRoot | Gets an object that can be used to synchronize access to the collection.   DISPID (Dispatch ID):   For more information, see SyncRoot in .NET Reference. | 
|  ToString | Returns a string that represents the current object.   DISPID (Dispatch ID):   For more information, see ToString in .NET Reference. | 
|  Values | Gets a collection object containing the values in the dictionary object.   DISPID (Dispatch ID):   For more information, see Values in .NET Reference. | 
See Also