Click or drag to resize

SourcePosition Constructor

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

Initializes a new instance of the SourcePosition class

Namespace:  Monkeyspeak.lexical
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public SourcePosition(
	int line,
	int column,
	int rawPos
)

Parameters

line
Type: SystemInt32

[Missing <param name="line"/> documentation for "M:Monkeyspeak.lexical.SourcePosition.#ctor(System.Int32,System.Int32,System.Int32)"]

column
Type: SystemInt32

[Missing <param name="column"/> documentation for "M:Monkeyspeak.lexical.SourcePosition.#ctor(System.Int32,System.Int32,System.Int32)"]

rawPos
Type: SystemInt32

[Missing <param name="rawPos"/> documentation for "M:Monkeyspeak.lexical.SourcePosition.#ctor(System.Int32,System.Int32,System.Int32)"]

See Also