TaskPreconditionCollectionGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic IEnumerator<TaskPrecondition> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of TaskPrecondition)
Return Value
Type:
IEnumeratorTaskPreconditionAn enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also