All pages
Powered by GitBook
1 of 1

Loading...

Combine(Program[])

Method in Program

Summary

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

Name
Description

Returns

The new, combined program.

Yarn.Program[] programs

The Programs to combine together.