The DictionaryOfstring type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add(KeyValuePair String, String ) | ||
| Add(String, String) | ||
| Clear | ||
| Contains | ||
| ContainsKey | ||
| CopyTo | ||
| Equals | Compares the equality of this object with another. (Overrides ChangedEventShareableBase Equals(Object).) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Returns the hash code of this object. (Overrides ChangedEventShareableBase GetHashCode .) | |
| GetItemByKey | Get the item at the specified index. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the description of the object type. (Overrides ShareableBase GetTypeMeta .) | |
| Key | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove(KeyValuePair String, String ) | ||
| Remove(String) | ||
| ResumeAndRaiseChangedEvent | (Overrides ChangedEventShareableBase ResumeAndRaiseChangedEvent .) | |
| setItem | ||
| SuspendChangedEvent | (Overrides ChangedEventShareableBase SuspendChangedEvent .) | |
| ToString | Converts this object to a string representation. (Overrides Object ToString .) | |
| TryGetByIndex | ||
| TryGetValue |
See Also