Method | Description | |
---|---|---|
GetValue ( Primitive name ) : Primitive |
Gets the value for the setting identified by the specified name.
|
|
SetValue ( Primitive name, Primitive value ) : void |
Sets a value for a setting identified by the specified name.
|
Method | Description | |
---|---|---|
ReadContents ( |
||
WriteContents ( |
public static GetValue ( Primitive name ) : Primitive | ||
name | Primitive | /// The Name of the setting. /// |
return | Primitive |
public static SetValue ( Primitive name, Primitive value ) : void | ||
name | Primitive | /// The Name of the setting. /// |
value | Primitive | /// The Value of the setting. /// |
return | void |