Combine(Program[])
Summary
public static Program Combine(params Program[] programs)Remarks
Parameters
Name
Description
Returns
Last updated
Was this helpful?
Method in Program
Creates a new Program by merging multiple Programs together.
public static Program Combine(params Program[] programs)The new program will contain every node from every input program.
Yarn.Program[] programs
The Programs to combine together.
The new, combined program.
Last updated
Was this helpful?
Was this helpful?
