A simple class to hold the devices in.
|
See Also: Inherited members from CollectionBase.
DevicePool
() The default constructor. |
Item
[int] default property |
IRemoteDevice . A special index operator. This is needed to make this collection foreach compatible. |
Add
(IRemoteDevice) Adds a device to this pool. |
|
Remove
(IRemoteDevice) Remove a device from the pool. |
The default constructor.
Adds a device to this pool.
This is the default property for this class.
A special index operator. This is needed to make this collection foreach compatible.
Remove a device from the pool.