ForEachStatementInfo.CurrentProperty Property

Definition

Gets the "Current" property.

public:
 property Microsoft::CodeAnalysis::IPropertySymbol ^ CurrentProperty { Microsoft::CodeAnalysis::IPropertySymbol ^ get(); };
public Microsoft.CodeAnalysis.IPropertySymbol CurrentProperty { get; }
public Microsoft.CodeAnalysis.IPropertySymbol? CurrentProperty { get; }
member this.CurrentProperty : Microsoft.CodeAnalysis.IPropertySymbol
Public ReadOnly Property CurrentProperty As IPropertySymbol

Property Value

Applies to