32 public override string[]
Aliases =>
new string[0];
Debugs use of a serializer.
Class managing a script expression.
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.
TextWriter ConsoleOut
Console out interface. Can be used by functions and script to output data to the console.
Serializes an object to a binary string of octets, using existing serializers, and prints data elemen...
PrintSerialize(ScriptNode Argument, int Start, int Length, Expression Expression)
Serializes an object to a binary string of octets, using existing serializers, and prints data elemen...
override ISerializer GetSerializer(Variables Variables)
Creates a serializer for the operation.
override string FunctionName
Name of the function
override string[] Aliases
Optional aliases. If there are no aliases for the function, null is returned.
Serializes an object to a binary string of octets, using existing serializers.
Interface for serializers.