ConnectionABCDCollection

ConnectionABCDCollection class

ConnectionABCD collection.

Properties

NameTypeDescription
Countint
Item (int)ConnectionABCD

Methods

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

ConnectionABCDCollection.Count property

Type: int

ConnectionABCDCollection.Item (int) property

Type: ConnectionABCD

add(item)

Add the ConnectionABCD object in the collection.

remove(item)

Remove the ConnectionABCD object from the collection.

clear()

removeAt(index)

iterator()

Reserved for internal use.