Table of Contents

Class SeedFunction

Namespace
StepLang.Framework.Other
Assembly
StepLang.dll
public class SeedFunction : GenericFunction<ExpressionResult>
Inheritance
SeedFunction
Inherited Members

Constructors

SeedFunction()

public SeedFunction()

Fields

Identifier

public const string Identifier = "seed"

Field Value

string

Properties

NativeParameters

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

Property Value

IEnumerable<NativeFunction.NativeParameter>

Methods

Invoke(TokenLocation, Interpreter, ExpressionResult)

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

Parameters

callLocation TokenLocation
interpreter Interpreter
argument1 ExpressionResult

Returns

ExpressionResult