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