Expression::Or Method

 

Creates a BinaryExpression that represents a bitwise OR operation.

Namespace:   System.Linq.Expressions
Assembly:  System.Core (in System.Core.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticOr(Expression^, Expression^)

Creates a BinaryExpression that represents a bitwise OR operation.

System_CAPS_pubmethodSystem_CAPS_staticOr(Expression^, Expression^, MethodInfo^)

Creates a BinaryExpression that represents a bitwise OR operation.

Return to top
Show: