[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Themes.Images.GetEnumerator

GetEnumerator Method

GetEnumerator()

Gets an enumerator that iterates through the collection of Image objects.

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

An IEnumerator<T> for the collection.

Implements