ConnectionCollection
ConnectionCollection class
Connection collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | Connection | Gets the element at the specified index. |
Methods
| Name | Description |
|---|---|
| add | Add the Connection object in the collection. |
| remove | Remove the Connection object from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |