Vixen
02b45cc4
csharp
public readonly record struct BinaryOperatorSignature

The operand and result types a binary operator was resolved to.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

Methods (1)

  • public BinaryOperatorSignature(TypeSymbol LeftType, TypeSymbol RightType, TypeSymbol ResultType)

    The operand and result types a binary operator was resolved to.

Used by (1)

  • BinderVixen.Raven