Show / Hide Table of Contents

Operator BitwiseOr

| Improve this Doc View Source

BitwiseOr(_Int32Enum<T>, _Int32Enum<T>)

Computes the bitwise OR of its _Int32Enum<T> operands.

Declaration
public static _Int32Enum<T> operator |(_Int32Enum<T> x, _Int32Enum<T> y)
Parameters
Type Name Description
_Int32Enum<T> x

A _Int32Enum<T> object.

_Int32Enum<T> y

A _Int32Enum<T> object.

Returns
Type Description
_Int32Enum<T>

A _Int32Enum<T> expression which contains the result.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest