次の方法で共有


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

戻り値

適用対象