AvailableValuesCollection.GetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace:
Dundas.BI.Configuration
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxpublic IEnumerator<KeyValuePair<Object, string>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of Object, String))
public:
virtual IEnumerator<KeyValuePair<Object^, String^>>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<Object, string>>
override GetEnumerator : unit -> IEnumerator<KeyValuePair<Object, string>>
Return Value
Type:
IEnumerator<KeyValuePair<Object,
String>>An enumerator that can be used to iterate through the collection.
Implements
IEnumerable<T>.GetEnumerator()
See Also