Click or drag to resize

NullExpression Constructor

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

Initializes a new instance of the NullExpression class

Namespace:  Monkeyspeak.lexical.Expressions
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
protected NullExpression(
	ref SourcePosition pos
)

Parameters

pos
Type: Monkeyspeak.lexicalSourcePosition

[Missing <param name="pos"/> documentation for "M:Monkeyspeak.lexical.Expressions.NullExpression.#ctor(Monkeyspeak.lexical.SourcePosition@)"]

See Also