ConnectCollection
ConnectCollection class
Connect collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | Connect |
Methods
| Name | Description |
|---|---|
| add | Add the connect in the collection. |
| remove | Remove the connect from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |
ConnectCollection.Count property
Type: int
ConnectCollection.Item (int) property
Type: Connect
add(connect)
Add the connect in the collection.
| Parameter | Type | Description |
|---|---|---|
| connect | Connect |
remove(connect)
Remove the connect from the collection.
| Parameter | Type | Description |
|---|---|---|
| connect | Connect |
clear()
removeAt(index)
iterator()
Reserved for internal use.