ReturnType Enum

Definition

Type expected from evaluating an expression.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum ReturnType
[<System.Flags>]
type ReturnType = 
Public Enum ReturnType
Inheritance
ReturnType
Attributes

Fields

Array 16

Array value.

Boolean 1

True or false boolean value.

Number 2

Numerical value like int, float, double, ...

Object 4

Any value is possible.

String 8

String value.

Applies to