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

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

private DefinitionUpdate ( string configKey, bool moved, string updatedXml, SectionRecord sectionRecord )
configKey string
moved bool
updatedXml string
sectionRecord SectionRecord
        internal DefinitionUpdate(string configKey, bool moved, string updatedXml, SectionRecord sectionRecord) : 
                base(configKey, moved, updatedXml) {

            _sectionRecord = sectionRecord;
        }
DefinitionUpdate