GenericExpressionHandler Methods | 
The GenericExpressionHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| CoerceToType | 
            Coerces the linq expression to the targettype.
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| HandleBinaryExpression | 
            Handles the binary expression.
              | |
| HandleBinaryExpressionArithmeticOrBitOperator | 
            Handles the binary expression with arithmetic or bit operator.
              | |
| HandleBinaryExpressionBooleanOperator | 
            Handles the binary expression with a boolean operator.
              | |
| HandleConditionalExpression | 
            Handles the conditional expression.
              | |
| HandleConstantExpression | 
            Handles the constant expression.
              | |
| HandleElementInitializer | 
            Handles the element initializer.
              | |
| HandleElementInitializerList | 
            Handles the element initializer list.
              | |
| HandleExpression | 
            Handles the expression.
              | |
| HandleExpressionList | 
            Handles the expression list.
              | |
| HandleInvocationExpression | 
            Handles the invocation expression.
              | |
| HandleLambdaExpression | 
            Handles the lambda expression.
              | |
| HandleListInitExpression | 
            Handles the list init expression.
              | |
| HandleMemberAssignment | 
            Handles the member assignment.
              | |
| HandleMemberBinding | 
            Handles the member binding.
              | |
| HandleMemberBindingList | 
            Handles the member binding list.
              | |
| HandleMemberExpression | 
            Handles the member expression.
              | |
| HandleMemberInitExpression | 
            Handles the member init expression.
              | |
| HandleMemberListBinding | 
            Handles the member list binding.
              | |
| HandleMemberMemberBinding | 
            Handles the member member binding.
              | |
| HandleMethodCallExpression | 
            Handles the method call expression.
              | |
| HandleNewArrayExpression | 
            Handles the new array expression.
              | |
| HandleNewExpression | 
            Handles the NewExpression expression
              | |
| HandleParameterExpression | 
            Handles the parameter expression.
              | |
| HandleTypeBinaryExpression | 
            Handles the type binary expression.
              | |
| HandleUnaryArrayLength | 
            Handles the length of the unary array.
              | |
| HandleUnaryConvertExpression | 
            Handles the unary convert expression.
              | |
| HandleUnaryExpression | 
            Handles the unary expression.
              | |
| HandleUnaryNotExpression | 
            Handles the unary expression of type 'Not'.
              | |
| HandleUnaryTypeAsExpression | 
            Handles the unary type as expression.
              | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |