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