C# Class SLWModLoader.IniFile

Mostrar archivo Open project: Radfordhound/SLW-Mod-Loader

Public Methods

Method Description
AddGroup ( IniGroup iniGroup ) : void
AddGroup ( string name ) : void
IniFile ( ) : System
IniFile ( string filename ) : System
Read ( TextReader textReader ) : void
Save ( ) : void
Save ( string filename ) : void
Write ( TextWriter textWriter ) : void
this ( string groupName ) : IniGroup

Method Details

AddGroup() public method

public AddGroup ( IniGroup iniGroup ) : void
iniGroup IniGroup
return void

AddGroup() public method

public AddGroup ( string name ) : void
name string
return void

IniFile() public method

public IniFile ( ) : System
return System

IniFile() public method

public IniFile ( string filename ) : System
filename string
return System

Read() public method

public Read ( TextReader textReader ) : void
textReader TextReader
return void

Save() public method

public Save ( ) : void
return void

Save() public method

public Save ( string filename ) : void
filename string
return void

Write() public method

public Write ( TextWriter textWriter ) : void
textWriter System.IO.TextWriter
return void

this() public method

public this ( string groupName ) : IniGroup
groupName string
return IniGroup