For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

The Programs to combine together.

Returns

The new, combined program.

Last updated

Was this helpful?