The FieldCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FieldCollection | Initializes a new instance of the FieldCollection class |
Methods
| Name | Description | |
|---|---|---|
| Add |
Add a field to this collection.
| |
| Clear |
Removes all fields from this collection.
| |
| Contains |
Check if the fully qualified name exists in this collection
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator |
Implements strong typed IEnumerable<T>.GetEnumerator.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove(String) |
Removes a field from this collection.
| |
| Remove(Field) |
Removes a field from this collection.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Number of fields in this collection.
| |
| FullNames |
Returns all fully qualified names in this collection.
| |
| Item[([( Int32])]) |
Retrieve a field by 0-based index.
| |
| Item[([( String])]) |
Retrieve a field by the fully qualified name.
|