sourceLineInfo() public method

public sourceLineInfo ( int pos ) : SourceLineInfo
pos int
return SourceLineInfo
Beispiel #1
0
 public CSToolsException(int en, Lexer yl, int p, string y, string s) : this(en, yl.sourceLineInfo(p), y, s)
 {
 }
 /// <exclude/>
 public CSToolsException(int en,Lexer yl,int p, string y, string s)
     : this(en,yl.sourceLineInfo(p),y,s)
 {
 }