GitSharp.ConfigCommand.doAdd C# (CSharp) Method

doAdd() private method

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