Method Remove
Remove(ServiceDescriptor)
Remove a service from the collection.
Declaration
public bool Remove(ServiceDescriptor item)
Parameters
| Type | Name | Description | 
|---|---|---|
| ServiceDescriptor | item | The service to remove.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | True if the service was removed.  |