MercurialCommandHookPatternCollection.

GetEnumerator() Method

Summary

Returns an enumerator that iterates through the collection.

Syntax

public IEnumerator<object> GetEnumerator()

Return Value

Type Description
IEnumerator<T> A IEnumerator<T> that can be used to iterate through the collection.