UserTaskPropertiesGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic IEnumerator<KeyValuePair<string, UserTaskProperty>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, UserTaskProperty))
public:
virtual IEnumerator<KeyValuePair<String^, UserTaskProperty^>>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<string, UserTaskProperty>>
override GetEnumerator : unit -> IEnumerator<KeyValuePair<string, UserTaskProperty>>
Return Value
IEnumeratorKeyValuePairString,
UserTaskProperty
A
IEnumeratorT that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
Exceptions
See Also