GitSharp.ConfigCommand.doGetColorBool C# (CSharp) Method

doGetColorBool() private method

private doGetColorBool ( string color, string ouputToTerminal ) : void
color string
ouputToTerminal string
return void
        private void doGetColorBool(string color, string ouputToTerminal)
        {
            throw new NotImplementedException();
        }