MercurialCommandHookPatternCollection.

IndexOf(object) Method

Summary

Determines the index of a specific item in the MercurialCommandHookPatternCollection.

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.