C# Class DSShared.VarCollection_Structure

Class to automatically parse out a VC file into a tree structure
Afficher le fichier Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Méthodes publiques

Méthode Description
VarCollection_Structure ( StreamReader sr ) : System

Constructor

Private Methods

Méthode Description
parse_block ( VarCollection vc, KeyVal parent ) : void

Method Details

VarCollection_Structure() public méthode

Constructor
public VarCollection_Structure ( StreamReader sr ) : System
sr System.IO.StreamReader File to read
Résultat System