ConnectionCollection

ConnectionCollection class

Connection collection.

Properties

NameTypeDescription
Countint
Item (int)ConnectionGets the element at the specified index.

Methods

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

ConnectionCollection.Count property

Type: int

ConnectionCollection.Item (int) property

Gets the element at the specified index.

Type: Connection

add(item)

Add the Connection object in the collection.

remove(item)

Remove the Connection object from the collection.

clear()

removeAt(index)

iterator()

Reserved for internal use.