AlgorithmParameterCollection.Add Method
Include Protected Members
Include Inherited Members
Creates and adds an AlgorithmParameter to the collection.
Overload List
Name | Description | |
---|---|---|
Add(AlgorithmParameter) | Adds an AlgorithmParameter to the end of the collection. | |
Add(String, Object) | Creates and adds an AlgorithmParameter, with the specified name and value, to the end of the collection. |
Top