C# 클래스 Pluton.IniParser.IniSetting

파일 보기 프로젝트 열기: Notulp/Pluton

공개 프로퍼티들

프로퍼티 타입 설명
Comments List
SettingName string
Value string

공개 메소드들

메소드 설명
AddComment ( string comment ) : void
ClearComments ( ) : void
IniSetting ( string name, string value ) : System
IniSetting ( string name, string value, IEnumerable comments ) : System
RemoveComment ( string comment ) : void
ToString ( ) : string

메소드 상세

AddComment() 공개 메소드

public AddComment ( string comment ) : void
comment string
리턴 void

ClearComments() 공개 메소드

public ClearComments ( ) : void
리턴 void

IniSetting() 공개 메소드

public IniSetting ( string name, string value ) : System
name string
value string
리턴 System

IniSetting() 공개 메소드

public IniSetting ( string name, string value, IEnumerable comments ) : System
name string
value string
comments IEnumerable
리턴 System

RemoveComment() 공개 메소드

public RemoveComment ( string comment ) : void
comment string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Comments 공개적으로 프로퍼티

public List Comments
리턴 List

SettingName 공개적으로 프로퍼티

public string SettingName
리턴 string

Value 공개적으로 프로퍼티

public string Value
리턴 string