| ConstantVariable Constructor (IVariable) |
[This is preliminary documentation and is subject to change.]
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public ConstantVariable(
IVariable variable
)
Public Sub New (
variable As IVariable
)
public:
ConstantVariable(
IVariable^ variable
)
new :
variable : IVariable -> ConstantVariable
Parameters
- variable
- Type: MonkeyspeakIVariable
[Missing <param name="variable"/> documentation for "M:Monkeyspeak.ConstantVariable.#ctor(Monkeyspeak.IVariable)"]
See Also