C# Class DSShared.old.VarCollection

Show file Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Public Properties

Property Type Description
Separator char

Public Methods

Method Description
AddVar ( string flag, string val ) : void
ParseVar ( string line ) : string
ReadLine ( ) : KeyVal
ReadLine ( KeyVal &output ) : bool
ReadLine ( StreamReader sr ) : string
ReadLine ( StreamReader sr, VarCollection vars ) : string
VarCollection ( ) : System
VarCollection ( StreamReader sr ) : System
VarCollection ( VarCollection other ) : System
VarCollection ( string baseVar ) : System
this ( string var ) : string

Method Details

AddVar() public method

public AddVar ( string flag, string val ) : void
flag string
val string
return void

ParseVar() public method

public ParseVar ( string line ) : string
line string
return string

ReadLine() public method

public ReadLine ( ) : KeyVal
return KeyVal

ReadLine() public method

public ReadLine ( KeyVal &output ) : bool
output KeyVal
return bool

ReadLine() public method

public ReadLine ( StreamReader sr ) : string
sr System.IO.StreamReader
return string

ReadLine() public static method

public static ReadLine ( StreamReader sr, VarCollection vars ) : string
sr System.IO.StreamReader
vars VarCollection
return string

VarCollection() public method

public VarCollection ( ) : System
return System

VarCollection() public method

public VarCollection ( StreamReader sr ) : System
sr System.IO.StreamReader
return System

VarCollection() public method

public VarCollection ( VarCollection other ) : System
other VarCollection
return System

VarCollection() public method

public VarCollection ( string baseVar ) : System
baseVar string
return System

this() public method

public this ( string var ) : string
var string
return string

Property Details

Separator public static property

public static char Separator
return char