ConnectionABCDCollection
ConnectionABCDCollection class
ConnectionABCD collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | ConnectionABCD |
Methods
| Name | Description |
|---|---|
| add | Add the ConnectionABCD object in the collection. |
| remove | Remove the ConnectionABCD object from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved 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.