Table of Contents

Struct ParsedExpressionNumberParserParams

Namespace
LfrlAnvil.Computable.Expressions
Assembly
LfrlAnvil.Computable.Expressions.dll

Represents parameters for creating an IParsedExpressionNumberParser instance.

public readonly struct ParsedExpressionNumberParserParams
Inherited Members

Constructors

ParsedExpressionNumberParserParams(ParsedExpressionFactoryInternalConfiguration, Type, Type)

Creates a new ParsedExpressionNumberParserParams instance.

public ParsedExpressionNumberParserParams(ParsedExpressionFactoryInternalConfiguration configuration, Type argumentType, Type resultType)

Parameters

configuration ParsedExpressionFactoryInternalConfiguration

Underlying configuration.

argumentType Type

Argument type.

resultType Type

Result type.

Properties

ArgumentType

Argument type.

public Type ArgumentType { get; }

Property Value

Type

Configuration

Underling configuration.

public ParsedExpressionFactoryInternalConfiguration Configuration { get; }

Property Value

ParsedExpressionFactoryInternalConfiguration

ResultType

Result type.

public Type ResultType { get; }

Property Value

Type