ForEachStatementInfo.CurrentProperty 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.
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