TarFileSetEnumerator.

MoveNext() Method

Summary

Advances the enumerator to the next element of the collection.

Syntax

public bool MoveNext()

Return Value

Type Description
bool true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.