Microsoft FactoryOrchestrator Core LockingList T GetEnumerator()
Microsoft.FactoryOrchestrator.Core
Microsoft.FactoryOrchestrator.Core.LockingList<T>
LockingList<T>.GetEnumerator() Method
Returns an enumerator that iterates through the collection.
public System.Collections.Generic.IEnumerator<T> GetEnumerator();
Returns
System.Collections.Generic.IEnumerator<T>
An enumerator that can be used to iterate through the collection.