Method GetEnumerator
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<TrackedMessage> GetEnumerator()
Returns
- IEnumerator<TrackedMessage>
An enumerator that can be used to iterate through the collection.