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. |