Table of Contents

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

string

Properties

NativeParameters

protected override IEnumerable<NativeFunction.NativeParameter> NativeParameters { get; }

Property Value

IEnumerable<NativeFunction.NativeParameter>

ReturnTypes

protected override IEnumerable<ResultType> ReturnTypes { get; }

Property Value

IEnumerable<ResultType>

Methods

Invoke(TokenLocation, Interpreter, MapResult)

protected override ListResult Invoke(TokenLocation callLocation, Interpreter interpreter, MapResult argument1)

Parameters

callLocation TokenLocation
interpreter Interpreter
argument1 MapResult

Returns

ListResult