Summary
Inserts an item to the
MercurialCommandHookPatternCollection
at the specified index.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Hooks - Containing Type
- Mercurial
Command Hook Pattern Collection
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 |