GitSharp.ConfigCommand.doUnSet C# (CSharp) Method

doUnSet() private method

private doUnSet ( string name, string valueRegex ) : void
name string
valueRegex string
return void
        private void doUnSet(string name, string valueRegex)
        {
            throw new NotImplementedException();
        }