LUFileParser.MoreQuestionsBodyContext.newline 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
| newline() | |
| newline(Int32) |
newline()
public LUFileParser.NewlineContext[] newline ();
member this.newline : unit -> LUFileParser.NewlineContext[]
Public Function newline () As LUFileParser.NewlineContext()
Returns
Applies to
newline(Int32)
public LUFileParser.NewlineContext newline (int i);
member this.newline : int -> LUFileParser.NewlineContext
Public Function newline (i As Integer) As LUFileParser.NewlineContext
Parameters
- i
- Int32