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

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

private Update ( string configKey, bool moved, string updatedXml )
configKey string
moved bool
updatedXml string
        internal Update(string configKey, bool moved, string updatedXml) {
            _configKey = configKey;
            _moved = moved;
            _updatedXml = updatedXml;
        }
Update