 | NamedValueCollectionGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic IEnumerator<NameValuePair> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of NameValuePair)
public:
virtual IEnumerator<NameValuePair^>^ GetEnumerator() sealed
Request Example
View SourceReturn Value
Type:
IEnumeratorNameValuePair
A
IEnumeratorT that can be used to iterate through the collection.
See Also