Summary
Removes the first occurrence of a specific object from the
MercurialCommandHookPatternCollection.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Hooks - Containing Type
- Mercurial
Command Hook Pattern Collection
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.
|