Returns an enumerator that iterates through the collection.
- Namespace
- Statiq
.Common - Containing Type
- PathCollection
- Implements
-
- IEnumerable
<NormalizedPath> .GetEnumerator ()
- IEnumerable
Syntax
public IEnumerator<NormalizedPath> GetEnumerator()
Return Value
Type | Description |
---|---|
IEnumerator |
An IEnumerator<NormalizedPath> that can be used to iterate through the collection.
|