메소드 | 설명 | |
---|---|---|
Check ( Expression expression, object value ) : bool |
Tests to see if the expression is a constant with the given value.
|
메소드 | 설명 | |
---|---|---|
Check ( TypeBinaryExpression node, object value ) : bool | ||
CheckAndAlso ( BinaryExpression node, object value ) : bool | ||
CheckConstant ( |
||
CheckOrElse ( BinaryExpression node, object value ) : bool | ||
IsConstant ( Expression e, object value ) : bool | ||
IsNull ( Expression e ) : bool |
public static Check ( Expression expression, object value ) : bool | ||
expression | Expression | The expression to examine |
value | object | The constant value to check for. |
리턴 | bool |