Removes an ULParameter from the collection.
Public Overrides Sub Remove(ByVal value As Object)
public override void Remove(object value)
value The ULParameter object to remove.
ArgumentNullException You cannot set a parameter using a null reference (Nothing in Visual Basic).
InvalidCastException The value specified must be a ULParameter.
ArgumentException The collection does not contain the specified parameter.