C# 클래스 lw_common.settings_as_string

상속: settings_as_string_readonly
파일 보기 프로젝트 열기: jtorjo/logwizard 1 사용 예제들

공개 메소드들

메소드 설명
merge ( settings_as_string_readonly other_sett ) : void
merge ( string other ) : void
set ( string name, string val ) : void
settings_as_string ( string str, string delimiter = "\r\n" ) : System

메소드 상세

merge() 공개 메소드

public merge ( settings_as_string_readonly other_sett ) : void
other_sett settings_as_string_readonly
리턴 void

merge() 공개 메소드

public merge ( string other ) : void
other string
리턴 void

set() 공개 메소드

public set ( string name, string val ) : void
name string
val string
리턴 void

settings_as_string() 공개 메소드

public settings_as_string ( string str, string delimiter = "\r\n" ) : System
str string
delimiter string
리턴 System