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

Destinations

Property in BasicBlock

Summary

Gets the destinations of this block - that is, blocks or nodes that may run immediately after this block.

public IEnumerable<Destination> Destinations { get };

See Also

Last updated

Was this helpful?