NAnt SDK Documentation - v0.85-nightly-2005-11-09

ArgumentEnumerator.Reset Method 

[This is preliminary documentation and subject to change.]

Sets the enumerator to its initial position, which is before the first element in the collection.

[Visual Basic]
Public Sub Reset()
[C#]
public void Reset();

Remarks

Missing <remarks> documentation for M:NAnt.Core.Types.ArgumentEnumerator.Reset

See Also

ArgumentEnumerator Class | NAnt.Core.Types Namespace