DirectoryPathCollection.

GetEnumerator() Method

Summary

Returns an enumerator that iterates through the collection.
Namespace
Cake.Core.IO
Containing Type
DirectoryPathCollection

Syntax

public IEnumerator<DirectoryPath> GetEnumerator()

Return Value

Type Description
IEnumerator<DirectoryPath> A System.Collections.Generic.IEnumerator`1 that can be used to iterate through the collection.