C# 클래스 OctreeZone.ConfigFile

파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 메소드들

메소드 설명
ConfigFile ( string baseSchemaName ) : System.IO
GetEnumerator ( ) : IEnumerable
Load ( Stream stream ) : bool
getSetting ( string key ) : string
this ( string key ) : string

메소드 상세

ConfigFile() 공개 메소드

public ConfigFile ( string baseSchemaName ) : System.IO
baseSchemaName string
리턴 System.IO

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerable
리턴 IEnumerable

Load() 공개 메소드

public Load ( Stream stream ) : bool
stream System.IO.Stream
리턴 bool

getSetting() 공개 메소드

public getSetting ( string key ) : string
key string
리턴 string

this() 공개 메소드

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