LGTemplateParser.IfElseTemplateBodyContext.ifConditionRule 方法

定义

重载

ifConditionRule()
ifConditionRule(Int32)

ifConditionRule()

public LGTemplateParser.IfConditionRuleContext[] ifConditionRule ();
member this.ifConditionRule : unit -> LGTemplateParser.IfConditionRuleContext[]
Public Function ifConditionRule () As LGTemplateParser.IfConditionRuleContext()

返回

适用于

ifConditionRule(Int32)

public LGTemplateParser.IfConditionRuleContext ifConditionRule (int i);
member this.ifConditionRule : int -> LGTemplateParser.IfConditionRuleContext
Public Function ifConditionRule (i As Integer) As LGTemplateParser.IfConditionRuleContext

参数

i
Int32

返回

适用于