Add | Adds an element with the provided key and value to the dictionary.
DISPID (Dispatch ID):
For more information, see Add in .NET Reference. |
Clear | Removes all elements from the collection.
DISPID (Dispatch ID):
For more information, see Clear in .NET Reference. |
Contains |
DISPID (Dispatch ID):
For more information, see Contains in .NET Reference. |
ContainsKey | Determines whether the dictionary contains an element with the specified key.
DISPID (Dispatch ID):
For more information, see ContainsKey in .NET Reference. |
ContainsValue | Determines whether the dictionary contains a specific value.
DISPID (Dispatch ID):
For more information, see ContainsValue in .NET Reference. |
CopyTo |
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 an enumerator that iterates through a collection.
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. |
GetObjectData |
DISPID (Dispatch ID):
For more information, see GetObjectData in .NET Reference. |
GetType | Gets the Type of the current instance.
DISPID (Dispatch ID):
For more information, see GetType in .NET Reference. |
OnDeserialization |
DISPID (Dispatch ID):
For more information, see OnDeserialization in .NET Reference. |
Remove | Removes the element with the specified key from the collection.
DISPID (Dispatch ID):
For more information, see Remove in .NET Reference. |
TryGetValue | Gets the value associated with the specified key.
DISPID (Dispatch ID):
For more information, see TryGetValue in .NET Reference. |