| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal ParamArray hotspotList() As Hotspot _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public HotspotCollection( params Hotspot[] hotspotList ) | |
| C++/CLI | |
|---|---|
public: HotspotCollection( ... array<Hotspot^> hotspotList ) | |
Parameters
- hotspotList