Method Add
Add(String, String)
Add an element to this structure consisting of the given key and patch command.
This method will return without executing if the cmd
parameter's length is 0.
Declaration
public override void Add(string key, string cmd)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | the key |
System.String | cmd | the patch command |