Implemented interface member:
property
Key
System.Collections.IDictionaryEnumerator.Key
2 references to Key
System.Runtime.Remoting (2)
channels\http\combinedhttpchannel.cs (2)
324
public DictionaryEntry Entry { get { return new DictionaryEntry(
Key
, Value); } }
327
public Object Value { get { return _properties[
Key
]; } }