[]
Removes the first occurrence of a specific object from the ParameterValueCollection.
public bool Remove(ParameterValue item)
| Type | Name | Description |
|---|---|---|
| ParameterValue | item | The object to remove from the ParameterValueCollection. |
| Type | Description |
|---|---|
| bool |
|