CLab# 1.0 API Documentation

ExpressionBinary Constructor 

Initializes a new instance of the "ExpressionBinary" class.

public ExpressionBinary(
   Expression left,
   Common.ExprType type,
   Expression right
);

Parameters

Expression
The left expression.
Common.ExprType
The operator.
Expression
The right expression.

See Also

ExpressionBinary Class | CLab.Data Namespace