PathCollection<TPath>.

GetEnumerator() Method

Summary

Returns an enumerator that iterates through the collection.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
PathCollection<TPath>

Syntax

public IEnumerator<TPath> GetEnumerator()

Return Value

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