메소드 | 설명 | |
---|---|---|
Get ( string key, string defaultValue = null ) : string | ||
GetInt ( string key, int defaultValue ) : int | ||
Options ( ) : System |
Empty options without reader
|
|
Options ( string path, string name, OptionsReaderType type = OptionsReaderType.Default ) : System | ||
Save ( ) : void | ||
TryAdd ( string key, string value ) : bool | ||
this ( string key ) : string |
메소드 | 설명 | |
---|---|---|
ReadOptions ( ) : void |
public Get ( string key, string defaultValue = null ) : string | ||
key | string | |
defaultValue | string | |
리턴 | string |
public GetInt ( string key, int defaultValue ) : int | ||
key | string | |
defaultValue | int | |
리턴 | int |
public Options ( string path, string name, OptionsReaderType type = OptionsReaderType.Default ) : System | ||
path | string | |
name | string | |
type | OptionsReaderType | |
리턴 | System |