PropertyNameCollection Class Members
In This Topic
The following tables list the members exposed by PropertyNameCollection.
Public Properties
| Name | Description |
 | Item | Gets the property name at the specified index. |
Top
Public Methods
| Name | Description |
 | Add | Adds the specified property name ot the collection. |
 | Clear | Removes all property names from the collection. |
 | Contains | Retrieves a boolean value indicating if the specified property name is contained in the collection. |
 | IndexOf | Retrieves the zero-based index of the specified property name. |
 | Remove | Removes the specified property name from the collection. |
 | RemoveAt | Removes the property name at the specified index from the collection. |
Top
See Also