Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
fCraft
MapConversion
INIFile
C# Class fCraft.MapConversion.INIFile
INI parser used by MapMyne.
Mostrar archivo
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