MercurialCommandHookPatternCollection.

RemoveAt(int) Method

Summary

Removes the MercurialCommandHookPatternCollection item at the specified index.

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