Click or drag to resize

Variable Class

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

[Missing <summary> documentation for "T:Monkeyspeak.Variable"]

Inheritance Hierarchy
SystemObject
  MonkeyspeakVariable

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
[SerializableAttribute]
[CLSCompliantAttribute(false)]
public class Variable : IVariable, IEquatable<IVariable>

The Variable type exposes the following members.

Constructors
  NameDescription
Private methodStatic memberVariable
Protected methodVariable(String, Boolean)
Initializes a new instance of the Variable class
Protected methodVariable(String, Object, Boolean)
Initializes a new instance of the Variable class
Top
Properties
  NameDescription
Public propertyIsConstant
Public propertyName
Public propertyValue
Top
Methods
Operators
Fields
  NameDescription
Public fieldStatic memberNoValue
Top
Extension Methods
See Also