2 implementations of HasCurrent
mscorlib (2)
system\runtime\interopservices\windowsruntime\enumeratortoiteratoradapter.cs (1)
116public bool HasCurrent
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (1)
551public bool HasCurrent { get { return _iterator.HasCurrent; } }
1 reference to HasCurrent
mscorlib (1)
system\runtime\interopservices\windowsruntime\iteratortoenumeratoradapter.cs (1)
88public bool HasCurrent { get { return iterator.HasCurrent; } }