C# 클래스 Nintenlord.Utility.IOHelpers

파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old

공개 메소드들

메소드 설명
FindFile ( string currentFile, string newFile ) : string
PeekCharacter ( this reader ) : char?
ReadCharacter ( this reader ) : char?

메소드 상세

FindFile() 공개 정적인 메소드

public static FindFile ( string currentFile, string newFile ) : string
currentFile string
newFile string
리턴 string

PeekCharacter() 공개 정적인 메소드

public static PeekCharacter ( this reader ) : char?
reader this
리턴 char?

ReadCharacter() 공개 정적인 메소드

public static ReadCharacter ( this reader ) : char?
reader this
리턴 char?