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