OperationParameterInfoCollection::IList<OperationParameterInfo^>::RemoveAt Method (Int32)
Removes the IList<T> item at the specified index.
Assembly: System.WorkflowServices (in System.WorkflowServices.dll)
private: virtual void RemoveAt( int index ) sealed = IList<OperationParameterInfo^>::RemoveAt
Parameters
- index
-
Type:
System::Int32
The zero-based index of the item to remove.
Implements
IList<T>::RemoveAt(Int32)
.NET Framework
Available since 3.5
Available since 3.5
Show: