| Variable Constructor (String, 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,
bool constant = false
)
Friend Sub New (
name As String,
Optional constant As Boolean = false
)
internal:
Variable(
String^ name,
bool constant = false
)
new :
name : string *
?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.Boolean)"]
- constant (Optional)
- Type: SystemBoolean
[Missing <param name="constant"/> documentation for "M:Monkeyspeak.Variable.#ctor(System.String,System.Boolean)"]
See Also