Table of Contents

Method RemoveNotificationsOfType

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RemoveNotificationsOfType<T>()

Removes all notifications of the specified type from the collection.

public virtual void RemoveNotificationsOfType<T>()

Type Parameters

T

The 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.