C# Class Hpdi.VssLogicalLib.SimpleIniReader

A very simple .INI file reader that does not require or support sections.
Afficher le fichier Open project: abevoelker/vss2git Class Usage Examples

Méthodes publiques

Méthode Description
GetValue ( string key ) : string
GetValue ( string key, string defaultValue ) : string
Parse ( ) : void
SimpleIniReader ( string filename ) : System.Collections.Generic

Method Details

GetValue() public méthode

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

GetValue() public méthode

public GetValue ( string key, string defaultValue ) : string
key string
defaultValue string
Résultat string

Parse() public méthode

public Parse ( ) : void
Résultat void

SimpleIniReader() public méthode

public SimpleIniReader ( string filename ) : System.Collections.Generic
filename string
Résultat System.Collections.Generic