Click or drag to resize

CompilerReadVersion1 Method

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

[Missing <summary> documentation for "M:Monkeyspeak.lexical.Compiler.ReadVersion1(System.IO.BinaryReader)"]

Namespace:  Monkeyspeak.lexical
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
private IEnumerable<TriggerBlock> ReadVersion1(
	BinaryReader reader
)

Parameters

reader
Type: System.IOBinaryReader

[Missing <param name="reader"/> documentation for "M:Monkeyspeak.lexical.Compiler.ReadVersion1(System.IO.BinaryReader)"]

Return Value

Type: IEnumerableTriggerBlock

[Missing <returns> documentation for "M:Monkeyspeak.lexical.Compiler.ReadVersion1(System.IO.BinaryReader)"]

See Also