Adds the specified Command to the end of the collection.
Namespace:
PerpetuumSoft.Reporting.CommandModelAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public Command Add( Command value ) |
| Visual Basic (Declaration) |
|---|
Public Function Add ( _ value As Command _ ) As Command |
| Visual C++ |
|---|
public: Command^ Add( Command^ value ) |