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