FilePathCollection.

GetEnumerator() Method

Summary

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

Syntax

public IEnumerator<FilePath> GetEnumerator()

Return Value

Type Description
IEnumerator<FilePath> A IEnumerator<T> that can be used to iterate through the collection.