Click or drag to resize
Task Scheduler Managed Class Library

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.12.0
Syntax
C#
public IEnumerator<NameValuePair> GetEnumerator()
Request Example View Source

Return Value

IEnumeratorNameValuePair
A IEnumeratorT that can be used to iterate through the collection.
See Also