OperationParameterInfoCollection::ICollection<OperationParameterInfo^>::Add Method (OperationParameterInfo^)
Adds an item to the ICollection<T>.
Assembly: System.WorkflowServices (in System.WorkflowServices.dll)
private: virtual void Add( OperationParameterInfo^ item ) sealed = ICollection<OperationParameterInfo^>::Add
Parameters
- item
-
Type:
System.Workflow.Activities::OperationParameterInfo^
The object to add to the ICollection<T>.
Implements
ICollection<T>::Add(T)
.NET Framework
Available since 3.5
Available since 3.5
Show: