4 references to Entry
System.Configuration.ConfigurationManager (4)
System\Configuration\ConfigurationElementCollection.cs (4)
665Items.Insert(index, new Entry(entryType, key, element)); 669Items.Add(new Entry(entryType, key, element)); 825new Entry(EntryType.Removed, key, null)); 828Items.Add(new Entry(EntryType.Removed, key, null));