Method | Description | |
---|---|---|
IniValueAttribute ( string section, string key, string defaultValue = "" ) : System |
Specify how this property is serialized to an INI document.
|
public IniValueAttribute ( string section, string key, string defaultValue = "" ) : System | ||
section | string | The section of the INI in which this value lies. |
key | string | The key that holds this value. |
defaultValue | string | A default value, used during deserialization if none is set in the source /// document. |
return | System |