IDictionaryEnumerator public interface IDictionaryEnumerator : IEnumerator Documentation DictionaryEntry Entry { get; } object Key { get; } object Value { get; }