C# Class ExtensionLoader.Ini.IniSection

ファイルを表示 Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Methods

Method Description
Contains ( string key ) : bool
GetItem ( int index ) : IniItem
GetKeys ( ) : string[]
GetValue ( string key ) : string
IniSection ( string name ) : System
IniSection ( string name, string comment ) : System
Remove ( string key ) : void
Set ( ) : void
Set ( string comment ) : void
Set ( string key, string value ) : void
Set ( string key, string value, string comment ) : void

Method Details

Contains() public method

public Contains ( string key ) : bool
key string
return bool

GetItem() public method

public GetItem ( int index ) : IniItem
index int
return IniItem

GetKeys() public method

public GetKeys ( ) : string[]
return string[]

GetValue() public method

public GetValue ( string key ) : string
key string
return string

IniSection() public method

public IniSection ( string name ) : System
name string
return System

IniSection() public method

public IniSection ( string name, string comment ) : System
name string
comment string
return System

Remove() public method

public Remove ( string key ) : void
key string
return void

Set() public method

public Set ( ) : void
return void

Set() public method

public Set ( string comment ) : void
comment string
return void

Set() public method

public Set ( string key, string value ) : void
key string
value string
return void

Set() public method

public Set ( string key, string value, string comment ) : void
key string
value string
comment string
return void