CharCollection
Contents
[
Hide
]CharCollection class
Char collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | Char |
Methods
| Name | Description |
|---|---|
| add | Add the Char object in the collection. |
| remove | Remove the Char object from the collection. |
| getChar | Gets the element at the specified IX. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |
CharCollection.Count property
Type: int
CharCollection.Item (int) property
Type: Char
add(item)
Add the Char object in the collection.
| Parameter | Type | Description |
|---|---|---|
| item | Char |
remove(item)
Remove the Char object from the collection.
| Parameter | Type | Description |
|---|---|---|
| item | Char |
getChar(IX)
Gets the element at the specified IX.
| Parameter | Type | Description |
|---|---|---|
| IX | int | int The zero-based index of the element within its parent element. |
Returns: Char Char.
clear()
removeAt(index)
iterator()
Reserved for internal use.