GitSharp.ConfigCommand.doReplaceAll C# (CSharp) Method

doReplaceAll() private method

private doReplaceAll ( string name, string value, string regexValue ) : void
name string
value string
regexValue string
return void
        private void doReplaceAll(string name, string value, string regexValue)
        {
            throw new NotImplementedException();
        }