LUFileParser.MoreQuestionsBodyContext.moreQuestion Method

Definition

Overloads

moreQuestion()
moreQuestion(Int32)

moreQuestion()

public LUFileParser.MoreQuestionContext[] moreQuestion ();
member this.moreQuestion : unit -> LUFileParser.MoreQuestionContext[]
Public Function moreQuestion () As LUFileParser.MoreQuestionContext()

Returns

MoreQuestionContext[]

Applies to

moreQuestion(Int32)

public LUFileParser.MoreQuestionContext moreQuestion (int i);
member this.moreQuestion : int -> LUFileParser.MoreQuestionContext
Public Function moreQuestion (i As Integer) As LUFileParser.MoreQuestionContext

Parameters

i
Int32

Returns

LUFileParser.MoreQuestionContext

Applies to