메소드 | 설명 | |
---|---|---|
GetEntry ( string section, string entryKey ) : string | ||
GetEntry ( string section, string entryKey, string defaultValue ) : string | ||
INIReader ( StreamReader streamReader ) : System |
public GetEntry ( string section, string entryKey ) : string | ||
section | string | |
entryKey | string | |
리턴 | string |
public GetEntry ( string section, string entryKey, string defaultValue ) : string | ||
section | string | |
entryKey | string | |
defaultValue | string | |
리턴 | string |
public INIReader ( StreamReader streamReader ) : System | ||
streamReader | StreamReader | |
리턴 | System |