2 implementations of IIterator
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
191
internal class IEnumerator<T> : global::System.Collections.Generic.IEnumerator<T>, global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.
IIterator
<T>
323
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)
20
IIterator
<T> First();
72
var
first = ((global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.IIterable<T>)_iterable).First();
89
public global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.
IIterator
<T> First() =>
168
unsafe global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.
IIterator
<T> global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.IIterable<T>.First()
202
internal static global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.
IIterator
<T> FromAbiInternal(IntPtr thisPtr) =>
211
MarshalInterfaceHelper<global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.
IIterator
<T>>.DisposeAbi(abi);
217
private readonly global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.
IIterator
<T> _iterator;
224
internal FromAbiHelper(global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.
IIterator
<T> iterator)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
114
global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.
IIterator
<T> global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.IIterable<T>.First() =>