Method Combine
Combine(params ActionSpec[])
Combines a list of actions specs and allocates a new array of branch sizes if needed.
Declaration
public static ActionSpec Combine(params ActionSpec[] specs)
Parameters
| Type | Name | Description |
|---|---|---|
| ActionSpec[] | specs | The list of action specs to combine. |
Returns
| Type | Description |
|---|---|
| ActionSpec | An ActionSpec which represents the aggregate of the ActionSpecs passed in. |