The FieldList type exposes the following members.

Constructors

  NameDescription
Public methodFieldList
Default constructor that creates an empty list.

Methods

  NameDescription
Public methodAdd
Add an item to the FieldList.
Public methodAddField(String)
Add a field to the FieldList by name.
Public methodAddField(Dimension)
Add a dimension field to the FieldList.
Public methodAddField(Property)
Add a property field to the FieldList.
Public methodClear
Clear the FieldList.
Public methodContains
Determines whether an element is in the FieldList.
Public methodCopyTo
Copies the entire FieldList to a compatible one-dimensional Array, starting at the specified index of the target array.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator for the entire FieldList.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Returns the zero-based index of the first occurrence of a value in the FieldList or in a portion of it.
Public methodInsert
Insert an item into the FieldList.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Remove an item from the FieldList.
Public methodRemoveAt
Remove an indexed item from the FieldList.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCount
Gets the number of elements actually contained in the FieldList.
Public propertyIsFixedSize
Gets a value indicating whether the FieldList has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the FieldList is read-only.
Public propertyIsSynchronized
Gets a value indicating whether access to the FieldList is synchronized (thread-safe).
Public propertyItem
Gets/Sets the field string at the specified index.
Public propertySyncRoot
This operation is not supported.

See Also