C# 클래스 fCraft.MapConversion.INIFile

INI parser used by MapMyne.
파일 보기 프로젝트 열기: GlennMR/800craft 1 사용 예제들

공개 메소드들

메소드 설명
Contains ( [ section ) : bool
ContainsSection ( [ section ) : bool
INIFile ( [ fileStream ) : System
this ( [ section, [ key ) : string

메소드 상세

Contains() 공개 메소드

public Contains ( [ section ) : bool
section [
리턴 bool

ContainsSection() 공개 메소드

public ContainsSection ( [ section ) : bool
section [
리턴 bool

INIFile() 공개 메소드

public INIFile ( [ fileStream ) : System
fileStream [
리턴 System

this() 공개 메소드

public this ( [ section, [ key ) : string
section [
key [
리턴 string