Method Add
Add(String, String)
Add the given key associated with the given patch command. If either parameter is null this method will return without executing.
Declaration
public virtual void Add(string key, string cmd)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | the key |
System.String | cmd | the patch command |