Expression::Or Method
.NET Framework (current version)
Creates a BinaryExpression that represents a bitwise OR operation.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Or(Expression^, Expression^) | Creates a BinaryExpression that represents a bitwise OR operation. |
![]() ![]() | Or(Expression^, Expression^, MethodInfo^) | Creates a BinaryExpression that represents a bitwise OR operation. |
Show:

