ParaCollection

ParaCollection class

Para collection.

Properties

NameTypeDescription
Countint
Item (int)Para

Methods

NameDescription
addAdd the Para object in the collection.
removeRemove the Para object from the collection.
getParaGets the element at the specified index IX. Returns Null if the element is not exist.
clear
removeAt
iteratorReserved for internal use.

ParaCollection.Count property

Type: int

ParaCollection.Item (int) property

Type: Para

add(item)

Add the Para object in the collection.

ParameterTypeDescription
itemPara

remove(item)

Remove the Para object from the collection.

ParameterTypeDescription
itemPara

getPara(IX)

Gets the element at the specified index IX. Returns Null if the element is not exist.

ParameterTypeDescription
IXint

clear()

removeAt(index)

iterator()

Reserved for internal use.