Metalama / / API Documentation / Aspect API / Metalama.​Framework.​Code / Iterator­Info / Enumerable­Kind

Property EnumerableKind

EnumerableKind

Gets the kind of enumerable (IEnumerable, IEnumerator, IAsyncEnumerable, ...), regardless of whether the method is a yield-base iterator (see IsIteratorMethod).

Declaration
public EnumerableKind EnumerableKind { get; }
Property Value
Type Description
EnumerableKind