Implemented interface member:
property
_Current
MS.Internal.WindowsRuntime.Windows.Foundation.Collections.IIterator<T>._Current
3 references to _Current
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (3)
392
items[index] =
_Current
;
409
public object Current =>
_Current
;
515
____return_value__ = FindAdapter(new IntPtr(thisPtr)).
_Current
;