AlgorithmParameterCollection.Remove Method
Include Protected Members
Include Inherited Members
Removes an AlgorithmParameter from the collection.
Overload List
Name | Description | |
---|---|---|
Remove(String) | Removes the AlgorithmParameter, with the specified name, from the collection. | |
Remove(AlgorithmParameter) | Removes the specified AlgorithmParameter from the collection. |
Top