FieldCollection

FieldCollection class

Field collection.

Properties

NameTypeDescription
Countint
Item (int)Field

Methods

NameDescription
addAdd the Field object in the collection.
removeRemove the Field object from the collection.
clear
removeAt
iteratorReserved for internal use.

FieldCollection.Count property

Type: int

FieldCollection.Item (int) property

Type: Field

add(item)

Add the Field object in the collection.

remove(item)

Remove the Field object from the collection.

clear()

removeAt(index)

iterator()

Reserved for internal use.