Program.Combine Method
Creates a new Program by merging multiple Programs together.
public static Program Combine(params Program[] programs)
Remarks
The new program will contain every node from every input program.
Parameters
Parameter | Description |
---|---|
Program[] programs |
The Programs to combine together. |
Return Type
Program
: The new, combined program.
Source
Defined in YarnSpinner/Program.cs, line 74.