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