 | SimpleCharStream Constructor (Stream, Int32, Int32, Int32) |
Namespace:
de.unika.ipd.grGen.grShell
Assembly:
libGrShell (in libGrShell.dll) Version: GrGen.NET 7.2
Syntaxpublic SimpleCharStream(
Stream dstream,
int startline,
int startcolumn,
int buffersize
)
Parameters
- dstream
- Type: System.IOStream
- startline
- Type: SystemInt32
- startcolumn
- Type: SystemInt32
- buffersize
- Type: SystemInt32
See Also