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.9.0.1601 (2.9.0.1601)
Syntax public 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
IEnumerableTGetEnumeratorSee Also