internal LocationUpdates(OverrideModeSetting overrideMode, bool inheritInChildApps) { this._overrideMode = overrideMode; this._inheritInChildApps = inheritInChildApps; this._sectionUpdates = new System.Configuration.SectionUpdates(string.Empty); }