Implemented interface member:
2 references to GetEnumerator
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (2)
105
global::System.Collections.IEnumerator global::System.Collections.IEnumerable.GetEnumerator() =>
GetEnumerator
();
431
public global::System.Collections.Generic.IEnumerator<T> GetEnumerator() => _FromVectorView.
GetEnumerator
();