C# Class LitDev.LDSettings

Afficher le fichier Open project: litdev1/LitDev

Méthodes publiques

Méthode 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

Méthode Description
ReadContents ( Stream stream ) : string>.Dictionary
WriteContents ( Stream stream, string>.Dictionary map ) : void

Method Details

GetValue() public static méthode

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

SetValue() public static méthode

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. ///
Résultat void