다음을 통해 공유


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

반환

적용 대상