System.Configuration.DeclarationUpdate.DeclarationUpdate C# (CSharp) Метод

DeclarationUpdate() приватный Метод

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