public static void SuppressFinalize(object obj) { if (obj == null) { throw new ArgumentNullException("obj"); } GC._SuppressFinalize(obj); }