Implemented interface member:
property
Key
System.Collections.IDictionaryEnumerator.Key
2 references to Key
mscorlib (2)
system\runtime\remoting\ichannel.cs (2)
775public DictionaryEntry Entry { get { return new DictionaryEntry(Key, Value); } } 778public Object Value { get { return _properties[Key]; } }