System.Configuration.DeclarationUpdate.DeclarationUpdate C# (CSharp) Method

DeclarationUpdate() private method

private DeclarationUpdate ( string configKey, bool moved, string updatedXml )
configKey string
moved bool
updatedXml string
        internal DeclarationUpdate(string configKey, bool moved, string updatedXml) : base(configKey, moved, updatedXml) {
        }
    }
DeclarationUpdate