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