Click or drag to resize

PageSetVariableT Method (T)

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

Sets the variable.

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public T SetVariable<T>(
	T var
)
where T : IVariable

Parameters

var
Type: T
The variable.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Monkeyspeak.Page.SetVariable``1(``0)"]

Return Value

Type: T

[Missing <returns> documentation for "M:Monkeyspeak.Page.SetVariable``1(``0)"]

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