Removes an ULParameter from the collection.
Visual Basic
NotOverridable Public Sub Remove( _
ByVal value As Object _
) _
Implements IList.Remove
C#
public void Remove(
object value
);
value The ULParameter object to remove.
ArgumentException - The collection does not contain the specified parameter.
System.ArgumentNullException - You cannot set a parameter using a null reference (Nothing in Visual Basic).
System.InvalidCastException - The value specified must be a ULParameter.