The following tables list the members exposed by ShapefileRecordFields.
| Name | Description | |
|---|---|---|
![]() | ShapefileRecordFields Constructor | ShapefileRecordFields constructor. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a field to the collection. |
![]() | Clear | Resets the collection. |
![]() | Contains | Checks whether or not the given item is present in the collection. |
![]() | GetEnumerator | Gets the System.Collections.IEnumerator for the collection. |
![]() | IndexOf | Returns the index of the given value in the collection. |
![]() | Insert | Inserts a field key and value into the collection at the specified index. |
![]() | Remove | Removes an item from the collection. |
![]() | RemoveAt | Removes the item at the specified index. |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | Event raised when an item is added to or removed from the collection, or when the collection is reset or cleared. |