[]
Enumerates aggregates by index.
public Aggregate this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index | Index of aggregate zero-based. |
| Type | Description |
|---|---|
| Aggregate | Returns the Aggregate object at specified position. |
Gets the aggregate with the specified name.
public Aggregate this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name | The name of the aggregate. |
| Type | Description |
|---|---|
| Aggregate | The Aggregate object with the specified Name, or an empty aggregate if an aggregate with the specified name was not found. |