Open sandboxFocus

Class RunTimeAspectHelper.Enumerator

An IEnumerator wrapper around a List<object?> that supports Reset(). This type is used by code transformed by aspects when return value contracts are applied to iterator methods that return IEnumerator.

Inheritance
RunTimeAspectHelper.Enumerator
Implements
Namespace: Metalama.Framework.RunTime
Assembly: Metalama.Framework.dll
Syntax
public sealed class RunTimeAspectHelper.Enumerator : IEnumerator

Properties

Name Description
Current

Methods

Name Description
MoveNext()
Reset()

Extension Methods