MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeIterator­InfoEnumerable­Kind
Open sandboxFocus

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