2 types derived from Update
System.Configuration (2)
System\Configuration\DeclarationUpdate.cs (1)
13internal class DeclarationUpdate : Update {
System\Configuration\DefinitionUpdate.cs (1)
12internal class DefinitionUpdate : Update {
8 references to Update
System.Configuration (8)
System\Configuration\SectionUpdates.cs (8)
19private Update _sectionGroupUpdate; // update for this group 92internal void AddSection(Update update) { 106internal void AddSectionGroup(Update update) { 114private Update GetUpdate(string configKey) { 115Update update = (Update) _sections[configKey]; 212foreach (Update update in _sections.Values) { 232foreach (Update update in _sections.Values) {