C# 클래스 MCDawn.Properties

파일 보기 프로젝트 열기: jonnyli1125/MCDawn

공개 메소드들

메소드 설명
Load ( string givenPath, bool skipsalt = false ) : void
Save ( string givenPath ) : void
ValidString ( string str, string allowed ) : bool

메소드 상세

Load() 공개 정적인 메소드

public static Load ( string givenPath, bool skipsalt = false ) : void
givenPath string
skipsalt bool
리턴 void

Save() 공개 정적인 메소드

public static Save ( string givenPath ) : void
givenPath string
리턴 void

ValidString() 공개 정적인 메소드

public static ValidString ( string str, string allowed ) : bool
str string
allowed string
리턴 bool