C# Class DSShared.VarCollection_Structure

Class to automatically parse out a VC file into a tree structure
显示文件 Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Public Methods

Method Description
VarCollection_Structure ( StreamReader sr ) : System

Constructor

Private Methods

Method Description
parse_block ( VarCollection vc, KeyVal parent ) : void

Method Details

VarCollection_Structure() public method

Constructor
public VarCollection_Structure ( StreamReader sr ) : System
sr System.IO.StreamReader File to read
return System