Method SetValue
SetValue<T>(String, String, T)
Declaration
public void SetValue<T>(string section, string name, T value)
Parameters
Type | Name | Description |
---|---|---|
System.String | section | |
System.String | name | |
T | value |
Type Parameters
Name | Description |
---|---|
T |
SetValue(String, String, String)
Declaration
public void SetValue(string section, string key, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | section | |
System.String | key | |
System.String | value |