C# Класс LitDev.LDSettings

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
ReadContents ( Stream stream ) : string>.Dictionary
WriteContents ( Stream stream, string>.Dictionary map ) : void

Описание методов

GetValue() публичный статический Метод

Gets the value for the setting identified by the specified name.
public static GetValue ( Primitive name ) : Primitive
name Primitive /// The Name of the setting. ///
Результат Primitive

SetValue() публичный статический Метод

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. ///
Результат void