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