2 implementations of IIterator
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
197
internal class IEnumerator<T> : global::System.Collections.Generic.IEnumerator<T>, global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.
IIterator
<T>
329
public sealed class ToAbiHelper : global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.
IIterator
<T>
9 references to IIterator
PresentationFramework (9)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (8)
23
IIterator
<T> First();
78
var
first = ((global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.IIterable<T>)_iterable).First();
95
public global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.
IIterator
<T> First() =>
174
unsafe global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.
IIterator
<T> global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.IIterable<T>.First()
208
internal static global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.
IIterator
<T> FromAbiInternal(IntPtr thisPtr) =>
217
MarshalInterfaceHelper<global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.
IIterator
<T>>.DisposeAbi(abi);
223
private readonly global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.
IIterator
<T> _iterator;
230
internal FromAbiHelper(global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.
IIterator
<T> iterator)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
120
global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.
IIterator
<T> global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.IIterable<T>.First() =>