共用方式為


RangeExpressionSyntax.LeftOperand Property

Definition

ExpressionSyntax node representing the expression on the left of the range operator.

public Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionSyntax LeftOperand { get; }
public Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionSyntax? LeftOperand { get; }
member this.LeftOperand : Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionSyntax
Public ReadOnly Property LeftOperand As ExpressionSyntax

Property Value

Applies to