C# Class KeyValueConfig, CASCExplorer

Datei anzeigen Open project: WoW-Tools/CASCExplorer Class Usage Examples

Public Methods

Method Description
ReadKeyValueConfig ( Stream, stream ) : KeyValueConfig,
ReadKeyValueConfig ( TextReader, reader ) : KeyValueConfig,
this ( string key ) : List

Method Details

ReadKeyValueConfig() public static method

public static ReadKeyValueConfig ( Stream, stream ) : KeyValueConfig,
stream Stream,
return KeyValueConfig,

ReadKeyValueConfig() public static method

public static ReadKeyValueConfig ( TextReader, reader ) : KeyValueConfig,
reader TextReader,
return KeyValueConfig,

this() public method

public this ( string key ) : List
key string
return List