WordDictionary Class Members
In This Topic
The following tables list the members exposed by WordDictionary.
Public Constructors
Public Properties
| Name | Description |
 | Comparer | (Inherited from System.Collections.Generic.Dictionary<string,string>) |
 | Count | (Inherited from System.Collections.Generic.Dictionary<string,string>) |
 | Item | (Inherited from System.Collections.Generic.Dictionary<string,string>) |
 | Keys | (Inherited from System.Collections.Generic.Dictionary<string,string>) |
 | Values | (Inherited from System.Collections.Generic.Dictionary<string,string>) |
Top
Public Methods
| Name | Description |
 | Add | (Inherited from System.Collections.Generic.Dictionary<string,string>) |
 | Clear | (Inherited from System.Collections.Generic.Dictionary<string,string>) |
 | ContainsKey | (Inherited from System.Collections.Generic.Dictionary<string,string>) |
 | ContainsValue | (Inherited from System.Collections.Generic.Dictionary<string,string>) |
 | GetEnumerator | (Inherited from System.Collections.Generic.Dictionary<string,string>) |
 | GetObjectData | (Inherited from System.Collections.Generic.Dictionary<string,string>) |
 | OnDeserialization | (Inherited from System.Collections.Generic.Dictionary<string,string>) |
 | Remove | (Inherited from System.Collections.Generic.Dictionary<string,string>) |
 | TryGetValue | (Inherited from System.Collections.Generic.Dictionary<string,string>) |
Top
See Also