Click or drag to resize

PageSetVariableTable Method

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

Sets the variable table.

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public VariableTable SetVariableTable(
	string name,
	bool isConstant
)

Parameters

name
Type: SystemString
The name.
isConstant
Type: SystemBoolean
if set to true [is constant].

Return Value

Type: VariableTable

[Missing <returns> documentation for "M:Monkeyspeak.Page.SetVariableTable(System.String,System.Boolean)"]

Exceptions
ExceptionCondition
TypeNotSupportedException
ExceptionVariable limit exceeded, operation failed.
See Also