GitSharp.ConfigCommand.doGetAll C# (CSharp) Method

doGetAll() private method

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