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