Summary
This class is used by
MercurialPreCommandHook
and MercurialPostCommandHook
to
hold the positional arguments to the Mercurial command.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Hooks - Interfaces
-
- IEnumerable
<T> - IEnumerable
- IEnumerable
- Base Types
-
- object
graph TD
Base0["object"]-->Type
Interface0["IEnumerable<T>"]-.->Type
Interface1["IEnumerable"]-.->Type
Type["MercurialCommandHookArgumentsCollection"]
class Type type-node
Syntax
public class MercurialCommandHookArgumentsCollection : IEnumerable<string>, IEnumerable
Attributes
Type | Description |
---|---|
Default |
Constructors
Name | Summary |
---|---|
Mercurial |
Initializes a new instance of the MercurialCommandHookArgumentsCollection class.
|
Mercurial |
Initializes a new instance of the MercurialCommandHookArgumentsCollection class.
|
Properties
Methods
Name | Value | Summary |
---|---|---|
GetEnumerator |
IEnumerator |
Returns an enumerator that iterates through the collection.
|