[]
Adds an Aggregate object to the current collection.
public int Add(Aggregate aggregate)
Public Function Add(aggregate As Aggregate) As Integer
| Type | Name | Description |
|---|---|---|
| Aggregate | aggregate | The Aggregate object to add. |
| Type | Description |
|---|---|
| int | The index of the newly added object in the current collection. |