Table of Contents

Class GenericTwoParameterFunction

Namespace
StepLang.Framework
Assembly
StepLang.dll
public abstract class GenericTwoParameterFunction : GenericOneParameterFunction
Inheritance
GenericTwoParameterFunction
Derived
Inherited Members

Constructors

GenericTwoParameterFunction()

protected GenericTwoParameterFunction()

Properties

Argument2Default

protected ExpressionNode? Argument2Default { get; }

Property Value

ExpressionNode

Argument2Types

protected IReadOnlyList<ResultType> Argument2Types { get; }

Property Value

IReadOnlyList<ResultType>

Methods

GetArgumentTypes(int)

protected override IReadOnlyList<ResultType> GetArgumentTypes(int index)

Parameters

index int

Returns

IReadOnlyList<ResultType>

GetDefaultExpression(int)

protected override ExpressionNode GetDefaultExpression(int index)

Parameters

index int

Returns

ExpressionNode

GetRequiredCount()

protected override int GetRequiredCount()

Returns

int