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