BitwiseBinary(Int32) Constructor

Definition

Initializes a new instance of the BitwiseBinary class.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 BitwiseBinary(int operatorTok);
public BitwiseBinary (int operatorTok);
new Microsoft.JScript.BitwiseBinary : int -> Microsoft.JScript.BitwiseBinary
Public Sub New (operatorTok As Integer)

Parameters

operatorTok
Int32

One of the JSToken enumeration values. Specifies the operation to perform.

Applies to