C# Class fCraft.MapConversion.INIFile

INI parser used by MapMyne.
Show file Open project: GlennMR/800craft Class Usage Examples

Public Methods

Method Description
Contains ( [ section ) : bool
ContainsSection ( [ section ) : bool
INIFile ( [ fileStream ) : System
this ( [ section, [ key ) : string

Method Details

Contains() public method

public Contains ( [ section ) : bool
section [
return bool

ContainsSection() public method

public ContainsSection ( [ section ) : bool
section [
return bool

INIFile() public method

public INIFile ( [ fileStream ) : System
fileStream [
return System

this() public method

public this ( [ section, [ key ) : string
section [
key [
return string