UserTaskPropertiesGetEnumerator Method
Returns an enumerator that iterates through the collection.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public 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>>
IEnumeratorKeyValuePairString,
UserTaskProperty
A
IEnumeratorT that can be used to iterate through the collection.
IEnumerableTGetEnumerator