Click or drag to resize

SimpleCharStream(Stream, Int32, Int32) Constructor

Initializes a new instance of the SimpleCharStream class

Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntax
C#
public SimpleCharStream(
	Stream dstream,
	int startline,
	int startcolumn
)

Parameters

dstream  Stream
 
startline  Int32
 
startcolumn  Int32
 
See Also