Class FieldCollection

FieldCollection class

Field collection.

public class FieldCollection : Collection

Properties

NameDescription
Count { get; }Gets the number of elements actually contained in the collection.
Item { get; }Gets the element at the specified index.

Methods

NameDescription
Add(Field)Add the Field object in the collection.
Clear()Removes all elements from collection.
GetEnumerator()Supports a simple iteration over a nongeneric collection.
IsExist(int)Is exist item in the collection.
Remove(Field)Remove the Field object from the collection.

See Also