Click or drag to resize

StringExpression Constructor

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

Initializes a new instance of the StringExpression class

Namespace:  Monkeyspeak.lexical.Expressions
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public StringExpression(
	ref SourcePosition pos,
	string value
)

Parameters

pos
Type: Monkeyspeak.lexicalSourcePosition

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

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:Monkeyspeak.lexical.Expressions.StringExpression.#ctor(Monkeyspeak.lexical.SourcePosition@,System.String)"]

See Also