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