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

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

Creates a SimisFile from a readable Stream.
Declaration Syntax
C#Visual BasicVisual C++
public SimisFile(
	Stream stream,
	SimisProvider simisProvider
)
Public Sub New ( _
	stream As Stream, _
	simisProvider As SimisProvider _
)
public:
SimisFile(
	Stream^ stream, 
	SimisProvider^ simisProvider
)
Parameters
stream (Stream)
The Stream 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