C# 클래스 MiningGame.Code.Managers.FileReaderManager

파일 보기 프로젝트 열기: geel9/Minor-Destruction

공개 메소드들

메소드 설명
ReadFileContents ( string path ) : string
ReadFileLines ( string path ) : string[]

메소드 상세

ReadFileContents() 공개 정적인 메소드

public static ReadFileContents ( string path ) : string
path string
리턴 string

ReadFileLines() 공개 정적인 메소드

public static ReadFileLines ( string path ) : string[]
path string
리턴 string[]