The WordDictionary type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| WordDictionary |
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds the specified key and value to the dictionary.
(Inherited from Dictionary<(Of <(<'String, String>)>)>.) | |
| ContainsKey |
Determines whether the Dictionary<(Of <(<'TKey, TValue>)>)> contains the specified key.
(Inherited from Dictionary<(Of <(<'String, String>)>)>.) | |
| ContainsValue |
Determines whether the Dictionary<(Of <(<'TKey, TValue>)>)> contains a specific value.
(Inherited from Dictionary<(Of <(<'String, String>)>)>.) | |
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Remove |
Removes the value with the specified key from the Dictionary<(Of <(<'TKey, TValue>)>)>.
(Inherited from Dictionary<(Of <(<'String, String>)>)>.) | |
| ToString | (Inherited from Object.) | |
| TryGetValue |
Gets the value associated with the specified key.
(Inherited from Dictionary<(Of <(<'String, String>)>)>.) |
Properties
| Name | Description | |
|---|---|---|
| Item |
Gets or sets the value associated with the specified key.
(Inherited from Dictionary<(Of <(<'String, String>)>)>.) |