NotificationHelperAddNotificationT(IDictionaryString, Object, T) - метод
Пространство имён: Tessa.Extensions.Default.Shared.NoticesСборка: Tessa.Extensions.Default.Shared (в Tessa.Extensions.Default.Shared.dll) Версия: 3.6.0.22
public static void AddNotification<T>(
IDictionary<string, Object> info,
params T[] notifications
)
where T : INotification
Public Shared Sub AddNotification(Of T As INotification) (
info As IDictionary(Of String, Object),
ParamArray notifications As T()
)
public:
generic<typename T>
where T : INotification
static void AddNotification(
IDictionary<String^, Object^>^ info,
... array<T>^ notifications
)
static member AddNotification :
info : IDictionary<string, Object> *
notifications : 'T[] -> unit when 'T : INotification
- info IDictionaryString, Object
-
- notifications T
-
- T