LiquidTechnologies.XmlObjects Namespace / TextLocation Class / TextLocation Constructor
The line number (1 based index)
The column number (1 based index)

In This Topic
    TextLocation Constructor
    In This Topic
    Constructs a new TextLocation
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal line As System.Integer, _
       ByVal col As System.Integer _
    )
    public TextLocation( 
       System.int line,
       System.int col
    )

    Parameters

    line
    The line number (1 based index)
    col
    The column number (1 based index)
    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also