2using System.Reflection;
46 T =
Argument.AssociatedObjectValue?.GetType() ?? typeof(
object);
48 if (!T.GetTypeInfo().IsEnum)
Script runtime exception.
Class managing a script expression.
Extract the names of an enumeration type or an enumeration object.
override IElement Evaluate(IElement Argument, Variables Variables)
Evaluates the function.
override string FunctionName
Name of the function
Names(ScriptNode Argument, int Start, int Length, Expression Expression)
Extract the names of an enumeration type or an enumeration object.
Base class for funcions of one variable.
ScriptNode Argument
Function argument.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
int Start
Start position in script expression.
Basic interface for all types of elements.