C# Class NekoKun.SettingsFile

Inheritance: AbstractFile
Mostra file Open project: NekoProject/NekoKun

Protected Properties

Property Type Description
settings object>.Dictionary

Public Methods

Method Description
CreateEditor ( ) : AbstractEditor
SettingsFile ( string filename ) : System
SettingsFile ( string filename, bool project ) : System
this ( string key ) : object

Protected Methods

Method Description
Save ( ) : void

Method Details

CreateEditor() public method

public CreateEditor ( ) : AbstractEditor
return AbstractEditor

Save() protected method

protected Save ( ) : void
return void

SettingsFile() public method

public SettingsFile ( string filename ) : System
filename string
return System

SettingsFile() public method

public SettingsFile ( string filename, bool project ) : System
filename string
project bool
return System

this() public method

public this ( string key ) : object
key string
return object

Property Details

settings protected_oe property

protected Dictionary settings
return object>.Dictionary