QueryNodeKind Enum

Definition

Enumeration of kinds of query nodes.

public enum QueryNodeKind
type QueryNodeKind = 
Public Enum QueryNodeKind
Inheritance
QueryNodeKind

Fields

BinaryOperator 2

Node used to represent a binary operator.

Constant 0

A constant value.

Convert 5

A node that represents conversion from one type to another.

FunctionCall 3

Node the represents a function call.

MemberAccess 4

Node describing access to a member.

UnaryOperator 1

Node used to represent a unary operator.

Applies to