ParaCollection
Contents
[
Hide
]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. |
ParaCollection.Count property
Type: int
ParaCollection.Item (int) property
Type: Para
add(item)
Add the Para object in the collection.
| Parameter | Type | Description |
|---|---|---|
| item | Para |
remove(item)
Remove the Para object from the collection.
| Parameter | Type | Description |
|---|---|---|
| item | Para |
getPara(IX)
Gets the element at the specified index IX. Returns Null if the element is not exist.
| Parameter | Type | Description |
|---|---|---|
| IX | int |
clear()
removeAt(index)
iterator()
Reserved for internal use.