Click or drag to resize

ExpressionT Class

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

[Missing <summary> documentation for "T:Monkeyspeak.lexical.Expressions.Expression`1"]

Inheritance Hierarchy

Namespace:  Monkeyspeak.lexical.Expressions
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public class Expression<T> : Expression, 
	IComparable<Expression<T>>, IEquatable<Expression>, IEquatable<Expression<T>>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Monkeyspeak.lexical.Expressions.Expression`1"]

The ExpressionT type exposes the following members.

Constructors
  NameDescription
Protected methodExpressionT
Initializes a new instance of the ExpressionT class
Top
Properties
  NameDescription
Public propertyPosition (Inherited from Expression.)
Public propertyValue
Top
Methods
Extension Methods
See Also