Summary
Returns an enumerator that iterates through the collection.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Hooks - Containing Type
- Mercurial
Command Hook Dictionary
Syntax
public IEnumerator<KeyValuePair<string, object>> GetEnumerator()
Return Value
| Type | Description |
|---|---|
| IEnumerator |
A IEnumerator<T> that can be used to iterate through the collection.
|