Method | Description | |
---|---|---|
From ( string text, string filename = null ) : |
||
GetLineNumberFromPosition ( int position ) : int | ||
GetText ( ) : string | ||
GetText ( TextSpan textSpan ) : string | ||
GetText ( int position, int length ) : string | ||
this ( int index ) : char |
public static From ( string text, string filename = null ) : |
||
text | string | |
filename | string | |
return |
public abstract GetLineNumberFromPosition ( int position ) : int | ||
position | int | |
return | int |
public abstract GetText ( TextSpan textSpan ) : string | ||
textSpan | TextSpan | |
return | string |
public GetText ( int position, int length ) : string | ||
position | int | |
length | int | |
return | string |