示例#1
0
 public static void Register(Func <object, bool> callback, object state)
 {
     var notification = new GcNotification(callback, state);
 }
示例#2
0
 public static void Register(Func<object, bool> callback, object state)
 {
     var notification = new GcNotification(callback, state);
 }