C# Class CodeBox.CodeLexer.Index

Afficher le fichier Open project: anaimi/codebox Class Usage Examples

Méthodes publiques

Méthode Description
Index ( int line, int pos ) : System
ToString ( ) : string
UpdateLineNumber ( int offset ) : void

Method Details

Index() public méthode

public Index ( int line, int pos ) : System
line int
pos int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

UpdateLineNumber() public méthode

public UpdateLineNumber ( int offset ) : void
offset int
Résultat void