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