Combine(Program[])
Method in Program
Summary
Creates a new Program by merging multiple Programs together.
Remarks
The new program will contain every node from every input program.
Parameters
Name | Description |
---|---|
Yarn.Program[] programs | The Programs to combine together. |
Returns
The new, combined program.