ParaCollection
ParaCollection class
Para collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | Para |
Methods
| Name | Description |
|---|---|
| add | Add the Para object in the collection. |
| remove | Remove the Para object from the collection. |
| getPara | Gets the element at the specified index IX. Returns Null if the element is not exist. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |