Implemented interface member:
property
Current
System.Collections.Generic.IEnumerator<T>.Current
3 references to Current
System.ServiceModel (1)
System\ServiceModel\Channels\DeliveryStrategy.cs (1)
155
using (ItemType item = items.
Current
.Value)
System.Web (1)
Compilation\BuildManagerHost.cs (1)
314
KeyValuePair<String, String> pair = e.
Current
;
WindowsBase (1)
Base\MS\Internal\ContentType.cs (1)
255
if (contentTypeEnumerator.
Current
.Key != null)