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

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

private RemoveFileInput ( ) : void
Результат void
        internal void RemoveFileInput() {
            if (_fileInput != null) {
                _fileInput = null;

                // Reset LockChildren flag to the value provided by 
                // location input or inherited sections.
                LockChildren = Locked;
            }
        }