All pages
Powered by GitBook
1 of 1

Loading...

InitialValueParserContext

Property in

Gets or sets the parser context for the initial value provided in this variable's 'declare' statement, if any. This is only valid for variable declarations, not functions (because functions don't have a value.)

public YarnSpinnerParser.ExpressionContext? InitialValueParserContext { get; set; }

Summary

Declaration