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