System.Configuration.MgmtConfigurationRecord.WriteUnwrittenConfigDeclarations C# (CSharp) Method

WriteUnwrittenConfigDeclarations() private method

private WriteUnwrittenConfigDeclarations ( SectionUpdates declarationUpdates, XmlUtilWriter utilWriter, int linePosition, int indent, bool skipFirstIndent ) : void
declarationUpdates SectionUpdates
utilWriter XmlUtilWriter
linePosition int
indent int
skipFirstIndent bool
return void
        private void WriteUnwrittenConfigDeclarations(SectionUpdates declarationUpdates, XmlUtilWriter utilWriter, int linePosition, int indent, bool skipFirstIndent) {
            WriteUnwrittenConfigDeclarationsRecursive(declarationUpdates, utilWriter, linePosition, indent, skipFirstIndent);
        }