Combine(Program[])
Last updated
Was this helpful?
Last updated
Was this helpful?
Method in Program
Creates a new Program by merging multiple Programs together.
The new program will contain every node from every input program.
programs
The Programs to combine together.
The new, combined program.