CakeReport.

GetEnumerator() Method

Summary

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

Syntax

public IEnumerator<CakeReportEntry> GetEnumerator()

Return Value

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