Click or drag to resize

LexerRead Method (Int64, Int32)

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

[Missing <summary> documentation for "M:Monkeyspeak.Lexer.Read(System.Int64,System.Int32)"]

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public override char[] Read(
	long startPosInStream,
	int length
)

Parameters

startPosInStream
Type: SystemInt64

[Missing <param name="startPosInStream"/> documentation for "M:Monkeyspeak.Lexer.Read(System.Int64,System.Int32)"]

length
Type: SystemInt32

[Missing <param name="length"/> documentation for "M:Monkeyspeak.Lexer.Read(System.Int64,System.Int32)"]

Return Value

Type: Char

[Missing <returns> documentation for "M:Monkeyspeak.Lexer.Read(System.Int64,System.Int32)"]

See Also