Class ToKeysFunction
- Namespace
- StepLang.Framework.Conversion
- Assembly
- StepLang.dll
public class ToKeysFunction : GenericFunction<MapResult>
- Inheritance
-
ToKeysFunction
- Inherited Members
Constructors
ToKeysFunction()
public ToKeysFunction()
Fields
Identifier
public const string Identifier = "toKeys"
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 ListResult Invoke(TokenLocation callLocation, Interpreter interpreter, MapResult argument1)
Parameters
callLocation
TokenLocationinterpreter
Interpreterargument1
MapResult