ServiceProviderDictionary.

Remove(KeyValuePair<object, object>) Method

Summary

Removes the specified item.

Syntax

public bool Remove(KeyValuePair<object, object> item)

Parameters

Name Type Description
item KeyValuePair<object, object> The item.

Return Value

Type Description
bool true if XXXX, false otherwise.