Removes the specified Command from the collection.
Namespace:
PerpetuumSoft.Reporting.CommandModelAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public void Remove( Command value ) |
| Visual Basic (Declaration) |
|---|
Public Sub Remove ( _ value As Command _ ) |
| Visual C++ |
|---|
public: void Remove( Command^ value ) |