Summary
Removes the
MercurialCommandHookPatternCollection item at the specified index.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Hooks - Containing Type
- Mercurial
Command Hook Pattern Collection
Syntax
public void RemoveAt(int index)
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | The zero-based index of the item to remove. |
Return Value
| Type | Description |
|---|---|
| void |