GitSharp.ConfigCommand.doRenameSection C# (CSharp) Method

doRenameSection() private method

private doRenameSection ( string oldName, string newName ) : void
oldName string
newName string
return void
        private void doRenameSection(string oldName, string newName)
        {
            throw new NotImplementedException();
        }