[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.ParameterCollection.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the collection.

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

An enumerator that can be used to iterate through the collection.

Implements