NotificationHelperAddNotificationT(CardInfoStorageObject, T) - метод |
Пространство имён:
Tessa.Extensions.Default.Shared.Notices
Сборка:
Tessa.Extensions.Default.Shared (в Tessa.Extensions.Default.Shared.dll) Версия: 3.5.0.19
Синтаксис public static void AddNotification<T>(
CardInfoStorageObject infoObject,
params T[] notifications
)
where T : INotification
Public Shared Sub AddNotification(Of T As INotification) (
infoObject As CardInfoStorageObject,
ParamArray notifications As T()
)
public:
generic<typename T>
where T : INotification
static void AddNotification(
CardInfoStorageObject^ infoObject,
... array<T>^ notifications
)
static member AddNotification :
infoObject : CardInfoStorageObject *
notifications : 'T[] -> unit when 'T : INotification
Параметры
- infoObject
- Тип: Tessa.CardsCardInfoStorageObject
- notifications
- Тип: T
Параметры типа
- T
См. также