Adds the specified array Command objects to the end of the collection.
Namespace:
PerpetuumSoft.Reporting.CommandModelAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public void Add( Command[] values ) |
Visual Basic (Declaration) |
---|
Public Sub Add ( _ values As Command() _ ) |
Visual C++ |
---|
public: void Add( array<Command^>^ values ) |
Parameters
- values
- Type: array<
PerpetuumSoft.Reporting.CommandModel..::.Command
>[]()[]