[]
Creates a new OperatorNode from the type of the operator.
This constructor initializes the node with the specified OperatorKind.
public OperatorNode(OperatorKind kind)
Public Sub New(kind As OperatorKind)
| Type | Name | Description |
|---|---|---|
| OperatorKind | kind | The type of the operator. |