ParameterValueCollectionGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IEnumerator<ParameterValue> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of ParameterValue)
public:
virtual IEnumerator<ParameterValue^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<ParameterValue>
override GetEnumerator : unit -> IEnumerator<ParameterValue>
Return Value
Type:
IEnumeratorParameterValue
A
IEnumeratorT that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumeratorSee Also