Table of Contents

Struct ParsedExpressionUnaryConstructInfo

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

Represents an information about a unary construct.

public readonly struct ParsedExpressionUnaryConstructInfo
Inherited Members

Constructors

ParsedExpressionUnaryConstructInfo(Type, Type)

Creates a new ParsedExpressionUnaryConstructInfo instance.

public ParsedExpressionUnaryConstructInfo(Type constructType, Type argumentType)

Parameters

constructType Type

Construct's type.

argumentType Type

Argument's type.

Properties

ArgumentType

Argument's type.

public Type ArgumentType { get; }

Property Value

Type

ConstructType

Construct's type.

public Type ConstructType { get; }

Property Value

Type

Methods

ToString()

Returns a string representation of this ParsedExpressionUnaryConstructInfo instance.

[Pure]
public override string ToString()

Returns

string

String representation.