Share via


IBinaryOperation.ConstrainedToType Property

Definition

Type parameter which runtime type will be used to resolve virtual invocation of the OperatorMethod or corresponding true/false operator, if any. Null if operators are resolved statically, or are not used.

public Microsoft.CodeAnalysis.ITypeSymbol? ConstrainedToType { get; }
member this.ConstrainedToType : Microsoft.CodeAnalysis.ITypeSymbol
Public ReadOnly Property ConstrainedToType As ITypeSymbol

Property Value

Applies to