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

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

private AddFileInput ( SectionInput sectionInput ) : void
sectionInput SectionInput
Результат void
        internal void AddFileInput(SectionInput sectionInput) {
            _fileInput = sectionInput;

            // If LockChildren is set, lock our children
            if (!sectionInput.HasErrors && sectionInput.SectionXmlInfo.LockChildren) {
                LockChildren = true;
            }
        }