ArgumentEnumerator.

Reset() Method

Summary

Sets the enumerator to its initial position, which is before the first element in the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
ArgumentEnumerator

Syntax

public void Reset()

Return Value

Type Description
void