MercurialCommandHookPatternCollection.

Insert(int, object) Method

Summary

Inserts an item to the MercurialCommandHookPatternCollection at the specified index.

Syntax

public void Insert(int index, object item)

Parameters

Name Type Description
index int The zero-based index at which item should be inserted.
item object The object to insert into the MercurialCommandHookPatternCollection.

Return Value

Type Description
void