2 implementations of Current
mscorlib (2)
system\runtime\interopservices\windowsruntime\enumeratortoiteratoradapter.cs (1)
108object IBindableIterator.Current
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (1)
552public object Current { get { return (object)_iterator.Current; } }
1 reference to Current
mscorlib (1)
system\runtime\interopservices\windowsruntime\iteratortoenumeratoradapter.cs (1)
87public object Current { get { return iterator.Current; } }