PostOrPrefixOperator(Int32) Constructor

Definition

Initializes a new instance of the PostOrPrefixOperator class.

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

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

Parameters

operatorTok
Int32

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

Applies to