LGTemplateParser.IfElseTemplateBodyContext.ifConditionRule 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.
Overloads
| ifConditionRule() | |
| ifConditionRule(Int32) |
ifConditionRule()
public LGTemplateParser.IfConditionRuleContext[] ifConditionRule ();
member this.ifConditionRule : unit -> LGTemplateParser.IfConditionRuleContext[]
Public Function ifConditionRule () As LGTemplateParser.IfConditionRuleContext()
Returns
Applies to
ifConditionRule(Int32)
public LGTemplateParser.IfConditionRuleContext ifConditionRule (int i);
member this.ifConditionRule : int -> LGTemplateParser.IfConditionRuleContext
Public Function ifConditionRule (i As Integer) As LGTemplateParser.IfConditionRuleContext
Parameters
- i
- Int32