Class ToValuesFunction
- Namespace
- StepLang.Framework.Conversion
- Assembly
- StepLang.dll
public class ToValuesFunction : GenericFunction<MapResult>
- Inheritance
-
ToValuesFunction
- Inherited Members
Constructors
ToValuesFunction()
public ToValuesFunction()
Fields
Identifier
public const string Identifier = "toValues"
Field Value
Properties
NativeParameters
protected override IEnumerable<NativeFunction.NativeParameter> NativeParameters { get; }
Property Value
ReturnTypes
protected override IEnumerable<ResultType> ReturnTypes { get; }
Property Value
Methods
Invoke(TokenLocation, Interpreter, MapResult)
protected override ExpressionResult Invoke(TokenLocation callLocation, Interpreter interpreter, MapResult argument1)
Parameters
callLocation
TokenLocationinterpreter
Interpreterargument1
MapResult