Calitha GOLD Parser Engine Documentation

IntegerList Properties

The properties of the IntegerList class are listed below. For a complete list of IntegerList class members, see the IntegerList Members topic.

Public Instance Properties

Capacity The number of elements that the list can contain.
Count The number of elements actually contained in the list.
IsFixedSize True if the list has a fixed size; otherwise false.
IsReadOnly True if the list is read-only, otherwise false.
IsSynchronized True if the list is synchronized, otherwise false.
Item Gets a value from the list.
SyncRoot An object that can be used to synchronize access to the list.

See Also

IntegerList Class | com.calitha.commons Namespace