C# 클래스 LitDev.LDSettings

파일 보기 프로젝트 열기: litdev1/LitDev

공개 메소드들

메소드 설명
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