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