CharCollection

CharCollection class

Char collection.

Properties

NameTypeDescription
Countint
Item (int)Char

Methods

NameDescription
addAdd the Char object in the collection.
removeRemove the Char object from the collection.
getCharGets the element at the specified IX.
clear
removeAt
iteratorReserved for internal use.

CharCollection.Count property

Type: int

CharCollection.Item (int) property

Type: Char

add(item)

Add the Char object in the collection.

ParameterTypeDescription
itemChar

remove(item)

Remove the Char object from the collection.

ParameterTypeDescription
itemChar

getChar(IX)

Gets the element at the specified IX.

ParameterTypeDescription
IXintint The zero-based index of the element within its parent element.

Returns: Char Char.

clear()

removeAt(index)

iterator()

Reserved for internal use.