Click or drag to resize

Variable Constructor (String, Object, Boolean)

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

Initializes a new instance of the Variable class

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
internal Variable(
	string name,
	Object value,
	bool constant = false
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Monkeyspeak.Variable.#ctor(System.String,System.Object,System.Boolean)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Monkeyspeak.Variable.#ctor(System.String,System.Object,System.Boolean)"]

constant (Optional)
Type: SystemBoolean

[Missing <param name="constant"/> documentation for "M:Monkeyspeak.Variable.#ctor(System.String,System.Object,System.Boolean)"]

See Also