Summary
Returns an enumerator that iterates through the collection.
- Namespace
- Cake
.Core .IO - Containing Type
- Directory
Path Collection
Syntax
public IEnumerator<DirectoryPath> GetEnumerator()
Return Value
Type | Description |
---|---|
IEnumerator |
A IEnumerator<T> that can be used to iterate through the collection.
|