Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a new field to the collection. |
![]() | Contains | Overloaded. Returns a value indicating whether the field collection contains a field with the specified name. |
![]() | CopyTo | Copies fields from the collection to an array, starting at a particular array index. |
![]() | Dispose | Releases the fields collection from memory. |
![]() | IndexOf | Finds the index number of the specified field in the collection. |
![]() | Insert | Inserts an existing field in the fields collection at the specified location. |
![]() | Remove | Overloaded. Removes the specified field from the collection. |