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
- configurationParsedExpressionFactoryInternalConfiguration
- Underlying configuration. 
- argumentTypeType
- Argument type. 
- resultTypeType
- Result type. 
Properties
ArgumentType
Argument type.
public Type ArgumentType { get; }Property Value
Configuration
Underling configuration.
public ParsedExpressionFactoryInternalConfiguration Configuration { get; }Property Value
ResultType
Result type.
public Type ResultType { get; }