C# Class lw_common.settings_as_string

Inheritance: settings_as_string_readonly
显示文件 Open project: jtorjo/logwizard Class Usage Examples

Public Methods

Method Description
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

Method Details

merge() public method

public merge ( settings_as_string_readonly other_sett ) : void
other_sett settings_as_string_readonly
return void

merge() public method

public merge ( string other ) : void
other string
return void

set() public method

public set ( string name, string val ) : void
name string
val string
return void

settings_as_string() public method

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