| 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
)
Friend Sub New (
name As String,
value As Object,
Optional constant As Boolean = false
)
internal:
Variable(
String^ name,
Object^ value,
bool constant = false
)
new :
name : string *
value : Object *
?constant : bool
(* Defaults:
let _constant = defaultArg constant false
*)
-> Variable
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