C# Class PersistentConfig, GrammarEngine

显示文件 Open project: Koziev/GrammarEngine Class Usage Examples

Public Properties

Property Type Description
ParsingPath string

Public Methods

Method Description
Load ( ) : void
PersistentConfig ( ) : System
Save ( ) : void

Method Details

Load() public method

public Load ( ) : void
return void

PersistentConfig() public method

public PersistentConfig ( ) : System
return System

Save() public method

public Save ( ) : void
return void

Property Details

ParsingPath public_oe property

public string ParsingPath
return string