SynonymCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of Synonym objects.
The SynonymCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of Synonym objects in the collection. | |
Item | Gets a synonym from the collection, based on the specified keyword term. |
Top
Methods
Name | Description | |
---|---|---|
Create | Adds a keyword term to the synonym collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that can be used to access the items in the synonym collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top