Search Results for

    Show / Hide Table of Contents

    Interface IBinaryOperation

    Inherited Members
    IOperation.Accept(OperationVisitor)
    IOperation.Accept<TArgument, TResult>(OperationVisitor<TArgument, TResult>, TArgument)
    IOperation.Parent
    IOperation.Kind
    IOperation.Syntax
    IOperation.Type
    IOperation.ConstantValue
    IOperation.Children
    IOperation.ChildOperations
    IOperation.Language
    IOperation.IsImplicit
    IOperation.SemanticModel
    Namespace: Microsoft.CodeAnalysis.Operations
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public interface IBinaryOperation : IOperation

    Properties

    ConstrainedToType

    Declaration
    ITypeSymbol? ConstrainedToType { get; }
    Property Value
    Type Description
    ITypeSymbol

    IsChecked

    Declaration
    bool IsChecked { get; }
    Property Value
    Type Description
    bool

    IsCompareText

    Declaration
    bool IsCompareText { get; }
    Property Value
    Type Description
    bool

    IsLifted

    Declaration
    bool IsLifted { get; }
    Property Value
    Type Description
    bool

    LeftOperand

    Declaration
    IOperation LeftOperand { get; }
    Property Value
    Type Description
    IOperation

    OperatorKind

    Declaration
    BinaryOperatorKind OperatorKind { get; }
    Property Value
    Type Description
    BinaryOperatorKind

    OperatorMethod

    Declaration
    IMethodSymbol? OperatorMethod { get; }
    Property Value
    Type Description
    IMethodSymbol

    RightOperand

    Declaration
    IOperation RightOperand { get; }
    Property Value
    Type Description
    IOperation

    Extension Methods

    OperationExtensions.Descendants(IOperation?)
    OperationExtensions.DescendantsAndSelf(IOperation?)
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0