Gets enumerator for iterating dependencies
Source position: fpmkunit.pp line 713
public function TDependencies.GetEnumerator: TDependencyEnumerator; |
Dependency collection enumerator for iteration
Returns an enumerator object that allows iteration through all dependencies in the collection using for-in loops or manual iteration.
This provides a convenient way to process all dependencies when resolving build order or checking dependency requirements.