[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.ParameterValueCollection.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the collection.

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

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

Implements