PropertyNameCollection Class Methods
In This Topic
For a list of all members of this type, see PropertyNameCollection members.
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