Search notes:

System.Collections.IEnumerator

A System.Collections.IEnumerator object is returned by the method GetEnumerator() of the System.Collections.IEnumerable interface.

Interface

IEnumerator specifies the following interface members:

See also

An example that demonstrates how this interface can be implemented in PowerShell is here.
IEnumerator is implemented by the generic counterpart System.Collections.Generic.IEnumerator<T>.
The yield keyword in C#.
The default value of the registry key HKEY_CLASSES_ROOT\Interface\{496B0ABF-CDEE-11D3-88E8-00902754C43A} is IEnumerator.

Index