MercurialCommandHookPatternCollection.

Remove(object) Method

Summary

Removes the first occurrence of a specific object from the MercurialCommandHookPatternCollection.

Syntax

public bool Remove(object item)

Parameters

Name Type Description
item object The object to remove from the MercurialCommandHookPatternCollection.

Return Value

Type Description
bool true if item was successfully removed from the MercurialCommandHookPatternCollection; otherwise, false. This method also returns false if item is not found in the original MercurialCommandHookPatternCollection.