Table of Contents

Class DoRemoveAtFunction

Namespace
StepLang.Framework.Mutating
Assembly
StepLang.dll
public class DoRemoveAtFunction : GenericFunction<ListResult, NumberResult>
Inheritance
DoRemoveAtFunction
Inherited Members

Constructors

DoRemoveAtFunction()

public DoRemoveAtFunction()

Fields

Identifier

public const string Identifier = "doRemoveAt"

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, ListResult, NumberResult)

protected override ExpressionResult Invoke(TokenLocation callLocation, Interpreter interpreter, ListResult argument1, NumberResult argument2)

Parameters

callLocation TokenLocation
interpreter Interpreter
argument1 ListResult
argument2 NumberResult

Returns

ExpressionResult