Char.IBitwiseOperators<Char,Char,Char>.BitwiseOr(Char, Char) Operator

Definition

Computes the bitwise-or of two values.

C#
static char IBitwiseOperators<char,char,char>.operator |(char left, char right);

Parameters

left
Char

The value to or with right.

right
Char

The value to or with left.

Returns

The bitwise-or of left and right.

Implements

Applies to

Product Versions
.NET 7, 8, 9, 10