Пример #1
0
 public void RaiseEvent(TType args) => Raise?.Invoke(args);
Пример #2
0
 internal static void OnRaise(T e) => Raise?.Invoke(null, e);