C# Class CodeBox.CodeLexer.Index

Show file Open project: anaimi/codebox Class Usage Examples

Public Methods

Method Description
Index ( int line, int pos ) : System
ToString ( ) : string
UpdateLineNumber ( int offset ) : void

Method Details

Index() public method

public Index ( int line, int pos ) : System
line int
pos int
return System

ToString() public method

public ToString ( ) : string
return string

UpdateLineNumber() public method

public UpdateLineNumber ( int offset ) : void
offset int
return void