JGR MSTS Editors and Tools
SimisFile Constructor (fileName, simisProvider)
NamespacesJgr.IO.ParserSimisFileSimisFile(String, SimisProvider)

[This is preliminary documentation and is subject to change.]

Creates a SimisFile from a file.
Declaration Syntax
C#Visual BasicVisual C++
public SimisFile(
	string fileName,
	SimisProvider simisProvider
)
Public Sub New ( _
	fileName As String, _
	simisProvider As SimisProvider _
)
public:
SimisFile(
	String^ fileName, 
	SimisProvider^ simisProvider
)
Parameters
fileName (String)
The file to read from.
simisProvider (SimisProvider)
A SimisProvider within which the appropriate [!:Bnf] for parsing can be found.

Assembly: JGR.IO.Parser (Module: JGR.IO.Parser) Version: 0.5.4008.31682