IBinaryOperation.ConstrainedToType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.