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
Properties
ArgumentType
Argument's type.
public Type ArgumentType { get; }
Property Value
ConstructType
Construct's type.
public Type ConstructType { get; }
Property Value
Methods
ToString()
Returns a string representation of this ParsedExpressionUnaryConstructInfo instance.
[Pure]
public override string ToString()
Returns
- string
String representation.