FieldNameList Class Members
In This Topic
The following tables list the members exposed by FieldNameList.
Public Constructors
Public Properties
Public Methods
| Name | Description |
 | Add | Adds an object to the end of the collection. |
 | Clear | Removes all elements from the collection. |
 | Contains | Determines whether an element is in the collection. |
 | CopyTo | Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. |
 | GetEnumerator | Returns an enumerator that iterates through the collection. |
 | IndexOf | Searches for the specified string and returns the zero-based index of the first occurrence within the entire collection. |
 | Insert | Inserts an element into the collection at the specified index. |
 | Remove | Removes the first occurrence of a specific string from the collection. |
 | RemoveAt | Removes the string at the specified index of the collection. |
Top
Public Events
| Name | Description |
 | CollectionChanged | Occurs when the items list of the collection has changed, or the collection is reset. |
Top
See Also