Version

ShapefileRecordFields Class Members

The following tables list the members exposed by ShapefileRecordFields.

Public Constructors
 NameDescription
Public ConstructorShapefileRecordFields ConstructorShapefileRecordFields constructor.  
Public Properties
 NameDescription
Public PropertyCountThe total number of fields.  
Public PropertyItemOverloaded. ShapefileRecord string indexer.  
Public PropertyKeysThe field Keys.  
Public Methods
 NameDescription
Public MethodAddAdds a field to the collection.  
Public MethodClearResets the collection.  
Public MethodContainsChecks whether or not the given item is present in the collection.  
Public MethodContainsKey  
Public MethodGetEnumeratorGets the System.Collections.IEnumerator for the collection.  
Public MethodIndexOfReturns the index of the given value in the collection.  
Public MethodInsertInserts a field key and value into the collection at the specified index.  
Public MethodRemoveRemoves an item from the collection.  
Public MethodRemoveAtRemoves the item at the specified index.  
Public Events
 NameDescription
Public EventCollectionChangedEvent raised when an item is added to or removed from the collection, or when the collection is reset or cleared.  
See Also