GitSharp.ConfigCommand.doGet C# (CSharp) Method

doGet() private method

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