2 references to IEnumerator
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
226
this(new global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IEnumerator
<T>(obj))
562
public static implicit operator IEnumerator<T>(IObjectReference obj) => (obj != null) ? new
IEnumerator
<T>(obj) : null;