Share via


IMethodSymbol.IsIterator Property

Definition

Returns true if this method is a source method implemented as an iterator (either sync or async)

public bool IsIterator { get; }
member this.IsIterator : bool
Public ReadOnly Property IsIterator As Boolean

Property Value

Applies to