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