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