Implemented interface member:
property
Value
System.Collections.IDictionaryEnumerator.Value
1 reference to Value
mscorlib (1)
system\runtime\remoting\ichannel.cs (1)
775public DictionaryEntry Entry { get { return new DictionaryEntry(Key, Value); } }