ForEachStatementInfo.GetEnumeratorMethod Property

Definition

Gets the "GetEnumerator" method.

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

Property Value

Applies to