Click or drag to resize

SimpleCharStreamReInit Method (Stream, Int32, Int32)

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

Parameters

dstream
Type: System.IOStream
startline
Type: SystemInt32
startcolumn
Type: SystemInt32
See Also