Summary
Enumerates the
NAnt.Core.Util.CommandLineArgument elements of a NAnt.Core.Util.CommandLineArgumentCollection.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Util - Interfaces
-
- IEnumerator
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IEnumerator"]
Type["CommandLineArgumentEnumerator"]
class Type type-node
Syntax
public class CommandLineArgumentEnumerator : IEnumerator
Properties
| Name | Value | Summary |
|---|---|---|
| Current | CommandLineArgument |
Gets the current element in the collection.
|
Methods
| Name | Value | Summary |
|---|---|---|
| MoveNext |
bool |
Advances the enumerator to the next element of the collection.
|
| Reset |
void |
Sets the enumerator to its initial position, which is before the
first element in the collection.
|
