2 implementations of IIterator
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
192
internal class IEnumerator<T> : global::System.Collections.Generic.IEnumerator<T>, global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.
IIterator
<T>
324
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() =>
169
unsafe global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.
IIterator
<T> global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.IIterable<T>.First()
203
internal static global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.
IIterator
<T> FromAbiInternal(IntPtr thisPtr) =>
212
MarshalInterfaceHelper<global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.
IIterator
<T>>.DisposeAbi(abi);
218
private readonly global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.
IIterator
<T> _iterator;
225
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() =>