LUFileParser.EntityListBodyContext.errorString Method

Definition

Overloads

errorString()
errorString(Int32)

errorString()

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

Returns

ErrorStringContext[]

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

Returns

LUFileParser.ErrorStringContext

Applies to