Extensions.IsPureExpression Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If a value is pure Expression.
public static bool IsPureExpression (this LGTemplateParser.KeyValueStructureValueContext context);
static member IsPureExpression : LGTemplateParser.KeyValueStructureValueContext -> bool
<Extension()>
Public Function IsPureExpression (context As LGTemplateParser.KeyValueStructureValueContext) As Boolean
Parameters
Key value structure value context.
Returns
Is pure expression or not.