Method | Description | |
---|---|---|
FindFile ( string currentFile, string newFile ) : string | ||
PeekCharacter ( this reader ) : char? | ||
ReadCharacter ( this reader ) : char? |
public static FindFile ( string currentFile, string newFile ) : string | ||
currentFile | string | |
newFile | string | |
return | string |
public static PeekCharacter ( this reader ) : char? | ||
reader | this | |
return | char? |
public static ReadCharacter ( this reader ) : char? | ||
reader | this | |
return | char? |