interface IOutputValue

Summary

Describes a node output in this scope. It can either have a local variable that gets set during the body of its node, or a constant expression that gets defined during the body.

User Comments