Operator BitwiseOr
| Improve this Doc View SourceBitwiseOr(_Int64Enum<T>, _Int64Enum<T>)
Computes the bitwise OR of its _Int64Enum<T> operands.
Declaration
public static _Int64Enum<T> operator |(_Int64Enum<T> x, _Int64Enum<T> y)Parameters
| Type | Name | Description | 
|---|---|---|
| _Int64Enum<T> | x | A _Int64Enum<T> object. | 
| _Int64Enum<T> | y | A _Int64Enum<T> object. | 
Returns
| Type | Description | 
|---|---|
| _Int64Enum<T> | A _Int64Enum<T> expression which contains the result. |