[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ItemCollection-1.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the ItemCollection<T>.

Declaration
public IEnumerator<T> GetEnumerator()
Returns
Type Description
IEnumerator<T>

An IEnumerator object for the ItemCollection<T> object.

Implements