csharp
public readonly record struct BinaryOperatorSignatureThe 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)
public TypeSymbol LeftTypepublic TypeSymbol RightTypepublic TypeSymbol ResultType
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