Class FieldCollection

FieldCollection class

Field collection.

public class FieldCollection : Collection<Field>

Properties

NameDescription
Capacity { get; set; }
Count { get; }
Item { get; set; }

Methods

NameDescription
Add(Field)Add the Field object in the collection.
BinarySearch(Field)
BinarySearch(Field, IComparer<Field>)
BinarySearch(int, int, Field, IComparer<Field>)
Clear()
Contains(Field)
CopyTo(Field[])
CopyTo(Field[], int)
CopyTo(int, Field[], int, int)
Exists(Predicate<Field>)
Find(Predicate<Field>)
FindAll(Predicate<Field>)
FindIndex(Predicate<Field>)
FindIndex(int, Predicate<Field>)
FindIndex(int, int, Predicate<Field>)
FindLast(Predicate<Field>)
FindLastIndex(Predicate<Field>)
FindLastIndex(int, Predicate<Field>)
FindLastIndex(int, int, Predicate<Field>)
GetEnumerator()
IndexOf(Field)
IndexOf(Field, int)
IndexOf(Field, int, int)
LastIndexOf(Field)
LastIndexOf(Field, int)
LastIndexOf(Field, int, int)
Remove(Field)Remove the Field object from the collection.
RemoveAt(int)

See Also