In This Topic
The following tables list the members exposed by INames.
Public Properties
| Name | Description |
| Count |
Returns the number of objects in the collection (read-only).
|
| Item | Overloaded. Returns the IName object from a collection. |
Top
Public Methods
| Name | Description |
| Add | Defines a new name. Returns the IName object. |
| Clear | Clears the IName collection. |
| Contains | Determines whether name is contained in INames. |
| FromJson |
Generates a collection of defined name from the JSON string.
|
| ToJson |
Generates the JSON string from the defined names.
|
Top
See Also