Method GetEnumerator
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<KeyValuePair<TicketHistory.HistoryKey, HashSet<TicketHistory.ChangedProperty>>> GetEnumerator()
Returns
- IEnumerator<KeyValuePair<TicketHistory.HistoryKey, HashSet<TicketHistory.ChangedProperty>>>
An enumerator that can be used to iterate through the collection.