C# Class DSShared.old.VarCollection

Afficher le fichier Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Méthodes publiques

Свойство Type Description
Separator char

Méthodes publiques

Méthode 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 méthode

public AddVar ( string flag, string val ) : void
flag string
val string
Résultat void

ParseVar() public méthode

public ParseVar ( string line ) : string
line string
Résultat string

ReadLine() public méthode

public ReadLine ( ) : KeyVal
Résultat KeyVal

ReadLine() public méthode

public ReadLine ( KeyVal &output ) : bool
output KeyVal
Résultat bool

ReadLine() public méthode

public ReadLine ( StreamReader sr ) : string
sr System.IO.StreamReader
Résultat string

ReadLine() public static méthode

public static ReadLine ( StreamReader sr, VarCollection vars ) : string
sr System.IO.StreamReader
vars VarCollection
Résultat string

VarCollection() public méthode

public VarCollection ( ) : System
Résultat System

VarCollection() public méthode

public VarCollection ( StreamReader sr ) : System
sr System.IO.StreamReader
Résultat System

VarCollection() public méthode

public VarCollection ( VarCollection other ) : System
other VarCollection
Résultat System

VarCollection() public méthode

public VarCollection ( string baseVar ) : System
baseVar string
Résultat System

this() public méthode

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

Property Details

Separator public_oe static_oe property

public static char Separator
Résultat char