Delen via


AlgorithmParameterCollection.Add Method

Include Protected Members
Include Inherited Members

Creates and adds an AlgorithmParameter to the collection.

Overload List

  Name Description
Public method Add(AlgorithmParameter) Adds an AlgorithmParameter to the end of the collection.
Public method Add(String, Object) Creates and adds an AlgorithmParameter, with the specified name and value, to the end of the collection.

Top