ITupleBinaryOperation.LeftOperand 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.
Left operand.
public:
property Microsoft::CodeAnalysis::IOperation ^ LeftOperand { Microsoft::CodeAnalysis::IOperation ^ get(); };
public Microsoft.CodeAnalysis.IOperation LeftOperand { get; }
member this.LeftOperand : Microsoft.CodeAnalysis.IOperation
Public ReadOnly Property LeftOperand As IOperation