C# Class fCraft.MapConversion.INIFile

INI parser used by MapMyne.
Afficher le fichier Open project: GlennMR/800craft Class Usage Examples

Méthodes publiques

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

Method Details

Contains() public méthode

public Contains ( [ section ) : bool
section [
Résultat bool

ContainsSection() public méthode

public ContainsSection ( [ section ) : bool
section [
Résultat bool

INIFile() public méthode

public INIFile ( [ fileStream ) : System
fileStream [
Résultat System

this() public méthode

public this ( [ section, [ key ) : string
section [
key [
Résultat string