Method RemoveNotificationsOfType
RemoveNotificationsOfType<T>()
Removes all notifications of the specified type from the collection.
public virtual void RemoveNotificationsOfType<T>()
Type Parameters
TThe type of notifications to remove from the collection.
Remarks
Use this method to clear all notifications of a particular type. If there are no notifications of the specified type, the collection remains unchanged.