Summary
Determines the index of a specific item in the
MercurialCommandHookPatternCollection.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Hooks - Containing Type
- Mercurial
Command Hook Pattern Collection
Syntax
public int IndexOf(object item)
Parameters
| Name | Type | Description |
|---|---|---|
| item | object |
The object to locate in the MercurialCommandHookPatternCollection.
|
Return Value
| Type | Description |
|---|---|
| int | The index of item if found in the list; otherwise, -1. |