Overload List
| Name | Description | |
|---|---|---|
| Remove(KeyValuePair String, ICogVisionData ) |
Removes the supplied key value pair from this container.
Does nothing if the supplied key value pair is not found.
| |
| Remove(String) |
Removes from this container the key value pair with the
specified key. Does nothing if this key is not found.
| |
| Remove(ICogVisionData) |
Removes from this container the key value pair with the
specified value. Does nothing if this value is not found.
|
See Also