C# Class SLWModLoader.IniGroup

Afficher le fichier Open project: Radfordhound/SLW-Mod-Loader Class Usage Examples

Méthodes publiques

Méthode Description
AddParameter ( string key ) : void
AddParameter ( string key, object value, Type type ) : void
AddParameter ( string key, string value ) : void
Clear ( ) : void
ContainsParameter ( string key ) : bool
IniGroup ( ) : System
IniGroup ( string groupName ) : System
RemoveParameter ( string key ) : void
this ( string key, Type type ) : object
this ( string key ) : string

Private Methods

Méthode Description
GetIndexOfParameter ( string key ) : int
this ( int index ) : IniParameter

Method Details

AddParameter() public méthode

public AddParameter ( string key ) : void
key string
Résultat void

AddParameter() public méthode

public AddParameter ( string key, object value, Type type ) : void
key string
value object
type System.Type
Résultat void

AddParameter() public méthode

public AddParameter ( string key, string value ) : void
key string
value string
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

ContainsParameter() public méthode

public ContainsParameter ( string key ) : bool
key string
Résultat bool

IniGroup() public méthode

public IniGroup ( ) : System
Résultat System

IniGroup() public méthode

public IniGroup ( string groupName ) : System
groupName string
Résultat System

RemoveParameter() public méthode

public RemoveParameter ( string key ) : void
key string
Résultat void

this() public méthode

public this ( string key, Type type ) : object
key string
type System.Type
Résultat object

this() public méthode

public this ( string key ) : string
key string
Résultat string