C# 클래스 NekoKun.SettingsFile

상속: AbstractFile
파일 보기 프로젝트 열기: NekoProject/NekoKun

보호된 프로퍼티들

프로퍼티 타입 설명
settings object>.Dictionary

공개 메소드들

메소드 설명
CreateEditor ( ) : AbstractEditor
SettingsFile ( string filename ) : System
SettingsFile ( string filename, bool project ) : System
this ( string key ) : object

보호된 메소드들

메소드 설명
Save ( ) : void

메소드 상세

CreateEditor() 공개 메소드

public CreateEditor ( ) : AbstractEditor
리턴 AbstractEditor

Save() 보호된 메소드

protected Save ( ) : void
리턴 void

SettingsFile() 공개 메소드

public SettingsFile ( string filename ) : System
filename string
리턴 System

SettingsFile() 공개 메소드

public SettingsFile ( string filename, bool project ) : System
filename string
project bool
리턴 System

this() 공개 메소드

public this ( string key ) : object
key string
리턴 object

프로퍼티 상세

settings 보호되어 있는 프로퍼티

protected Dictionary settings
리턴 object>.Dictionary