ConnectCollection

ConnectCollection class

Connect collection.

Properties

NameTypeDescription
Countint
Item (int)Connect

Methods

NameDescription
addAdd the connect in the collection.
removeRemove the connect from the collection.
clear
removeAt
iteratorReserved for internal use.

ConnectCollection.Count property

Type: int

ConnectCollection.Item (int) property

Type: Connect

add(connect)

Add the connect in the collection.

ParameterTypeDescription
connectConnect

remove(connect)

Remove the connect from the collection.

ParameterTypeDescription
connectConnect

clear()

removeAt(index)

iterator()

Reserved for internal use.