RadarCollection.RadarCollection Constructors
Initializes a new instance of the RadarCollection class.
Overload List
| Name | Description | |
|---|---|---|
| Public method | RadarCollection() | Initializes a new empty instance of the RadarCollection class. | 
| Public method | RadarCollection(IEnumerable< Radar > items) | Initializes a new instance of the RadarCollection class with the specified elements. | 
RadarCollection()
Initializes a new empty instance of the RadarCollection class.Syntax
public RadarCollection ()RadarCollection(IEnumerable< Radar > items)
Initializes a new instance of the RadarCollection class with the specified elements.Syntax
public RadarCollection (
	IEnumerable< Radar > items
)Parameters
items
    Type: A collection of Radar elements.
A collection of items to add to the new collection.
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android