When implemented by a class, retrieves both the key and the value of the current dictionary entry.
[Visual Basic] ReadOnly Property Entry As DictionaryEntry [C#] DictionaryEntry Entry {get;} [C++] DictionaryEntry get_Entry() = 0; [JScript] abstract function get Entry() : DictionaryEntry;
IDictionaryEnumerator Interface | IDictionaryEnumerator Members | System.Collections Namespace