DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SqlLexer Class / RemoveErrorListener Method

In This Topic
    RemoveErrorListener Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub RemoveErrorListener( _
       ByVal listener As Antlr4.Runtime.IAntlrErrorListener(Of Integer) _
    ) 
    public virtual void RemoveErrorListener( 
       Antlr4.Runtime.IAntlrErrorListener<int> listener
    )

    Parameters

    listener
    See Also