C# Class irek.Configuration.ConfigReader

Datei anzeigen Open project: theanti9/irek

Public Methods

Method Description
Read ( string configfile ) : Hashtable

Reads the specified configfile.

Method Details

Read() public static method

Reads the specified configfile.
public static Read ( string configfile ) : Hashtable
configfile string The configfile.
return System.Collections.Hashtable