GetEnumerator() Method
Returns an enumerator that iterates through the collection.
Namespace
Statiq.Common
Containing Type
PathCollection
Implements

Syntax

public IEnumerator<NormalizedPath> GetEnumerator()

Return Value

Type Description
IEnumerator<NormalizedPath> An IEnumerator<NormalizedPath> that can be used to iterate through the collection.