Method | Description | |
---|---|---|
CSharpParser ( ) : System | ||
Parse ( char chars, int &i ) : CSharpBlock[] | ||
Parse ( IEnumerable |
||
Parse ( string filename ) : IEnumerable |
Method | Description | |
---|---|---|
FilterEmptyLines ( string line ) : bool | ||
StripComments ( IEnumerable |
public Parse ( char chars, int &i ) : CSharpBlock[] | ||
chars | char | |
i | int | |
return | CSharpBlock[] |
public Parse ( IEnumerable |
||
lines | IEnumerable |
|
return | IEnumerable |
public Parse ( string filename ) : IEnumerable |
||
filename | string | |
return | IEnumerable |