Click or drag to resize

VariableAddition Operator (Variable, String)

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

[Missing <summary> documentation for "M:Monkeyspeak.Variable.op_Addition(Monkeyspeak.Variable,System.String)"]

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public static Variable operator +(
	Variable varA,
	string str
)

Parameters

varA
Type: MonkeyspeakVariable

[Missing <param name="varA"/> documentation for "M:Monkeyspeak.Variable.op_Addition(Monkeyspeak.Variable,System.String)"]

str
Type: SystemString

[Missing <param name="str"/> documentation for "M:Monkeyspeak.Variable.op_Addition(Monkeyspeak.Variable,System.String)"]

Return Value

Type: Variable

[Missing <returns> documentation for "M:Monkeyspeak.Variable.op_Addition(Monkeyspeak.Variable,System.String)"]

See Also