Beispiel #1
0
 public static void ReRegisterForFinalize(object obj)
 {
     if (obj == null)
     {
         throw new ArgumentNullException("obj");
     }
     GC._ReRegisterForFinalize(obj);
 }