C# Class LitDev.LDSettings

Datei anzeigen Open project: litdev1/LitDev

Public Methods

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.

Private Methods

Method Description
ReadContents ( Stream stream ) : string>.Dictionary
WriteContents ( Stream stream, string>.Dictionary map ) : void

Method Details

GetValue() public static method

Gets the value for the setting identified by the specified name.
public static GetValue ( Primitive name ) : Primitive
name Primitive /// The Name of the setting. ///
return Primitive

SetValue() public static method

Sets a value for a setting identified by the specified name.
public static SetValue ( Primitive name, Primitive value ) : void
name Primitive /// The Name of the setting. ///
value Primitive /// The Value of the setting. ///
return void