Outlet |
The OutletDetailCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Adds an outlet with the specified name and appends it to the end of the collection. | |
| Clear | Removes all outlets from the collection. | |
| GetEnumerator | Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator which can be used to enumerate this collection. | |
| GetObjectEnumerator | Implements the method declared in the IEnumerable interface. This method returns an enumerator which can be used to enumerate this collection. | |
| RemoveAt | Removes the outlet at the specified index of the collection. |