GitSharp.ConfigCommand.doUnSetAll C# (CSharp) Method

doUnSetAll() private method

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