Table of Contents

Class ParsedExpressionTypedUnaryOperator

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

Represents a typed unary operator construct.

public abstract class ParsedExpressionTypedUnaryOperator : ParsedExpressionUnaryOperator
Inheritance
ParsedExpressionTypedUnaryOperator
Derived
Inherited Members

Constructors

ParsedExpressionTypedUnaryOperator(Type)

Creates a new ParsedExpressionTypedUnaryOperator instance.

protected ParsedExpressionTypedUnaryOperator(Type argumentType)

Parameters

argumentType Type

Argument's type.

Properties

ArgumentType

Argument's type.

public Type ArgumentType { get; }

Property Value

Type