AliasPathTokenType Class

Definition

Defines values for AliasPathTokenType.

public static class AliasPathTokenType
type AliasPathTokenType = class
Public Class AliasPathTokenType
Inheritance
AliasPathTokenType

Fields

Any

The token type can be anything.

Array

The token type is array.

Boolean

The token type is boolean.

Integer

The token type is integer.

NotSpecified

The token type is not specified.

Number

The token type is number.

Object

The token type is object.

String

The token type is string.

Applies to