Method | Description | |
---|---|---|
Eval ( IOperand lhs, IOperand rhs ) : IOperand | ||
LogicalOperator ( char cOperator ) : System | ||
LogicalOperator ( string szOperator ) : System |
public Eval ( IOperand lhs, IOperand rhs ) : IOperand | ||
lhs | IOperand | |
rhs | IOperand | |
return | IOperand |
public LogicalOperator ( char cOperator ) : System | ||
cOperator | char | |
return | System |
public LogicalOperator ( string szOperator ) : System | ||
szOperator | string | |
return | System |