C# Class Nintenlord.Utility.IOHelpers

Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old

Méthodes publiques

Méthode Description
FindFile ( string currentFile, string newFile ) : string
PeekCharacter ( this reader ) : char?
ReadCharacter ( this reader ) : char?

Method Details

FindFile() public static méthode

public static FindFile ( string currentFile, string newFile ) : string
currentFile string
newFile string
Résultat string

PeekCharacter() public static méthode

public static PeekCharacter ( this reader ) : char?
reader this
Résultat char?

ReadCharacter() public static méthode

public static ReadCharacter ( this reader ) : char?
reader this
Résultat char?