NotificationHelperAddNotificationT(IDictionaryString, Object, T) - метод |
Пространство имён:
Tessa.Extensions.Default.Shared.Notices
Сборка:
Tessa.Extensions.Default.Shared (в Tessa.Extensions.Default.Shared.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: System.Collections.GenericIDictionaryString, Object
- notifications
- Тип: T
Параметры типа
- T
См. также