public class AntDeviceCollection : ObservableCollection<AntDevice>Public Class AntDeviceCollection
Inherits ObservableCollection(Of AntDevice)public ref class AntDeviceCollection : public ObservableCollection<AntDevice^>type AntDeviceCollection =
class
inherit ObservableCollection<AntDevice>
end| AntDeviceCollection | Initializes a new instance of the AntDeviceCollection class. The ANT radio is configured for continuous scan mode. |
| Count | (Inherited from CollectionAntDevice) |
| Item | (Inherited from CollectionAntDevice) |
| Items | (Inherited from CollectionAntDevice) |
| CollectionChanged | (Inherited from ObservableCollectionAntDevice) |
| PropertyChanged | (Inherited from ObservableCollectionAntDevice) |
| CollectionLock | The collection lock. |