C# Class Peg.Base.PegError

Afficher le fichier Open project: Andos/BinaryFileSchema

Méthodes publiques

Méthode Description
GetLineAndCol ( string s, int pos, int &lineNo, int &colNo ) : void

Private Methods

Méthode Description
AddLineStarts ( string s, int first, int last, int &lineNo, int &colNo ) : void

Method Details

GetLineAndCol() public méthode

public GetLineAndCol ( string s, int pos, int &lineNo, int &colNo ) : void
s string
pos int
lineNo int
colNo int
Résultat void