48 if (!(this.reference is
null))
50 ICollection<IElement> Elements =
Argument.VectorElements;
52 if (!Elements.Remove(Result))
A chunked list is a linked list of chunks of objects of type T .
Class managing a script expression.
PopFirst(ScriptNode Argument, int Start, int Length, Expression Expression)
PopFirst(v)
override string FunctionName
Name of the function
override IElement EvaluateVector(IVector Argument, Variables Variables)
Evaluates the function on a vector argument.
ScriptNode Argument
Function argument.
Base class for funcions of one vector variable.
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.
Represents a variable reference.
static readonly ObjectValue Null
Null value.
Basic interface for all types of elements.
Basic interface for vectors.