예제 #1
0
 public static void Prelink()
 {
     AssertExtensions.Throws <ArgumentNullException>("m", () => Marshal.Prelink(null));
 }
예제 #2
0
 public static void Prelink()
 {
     Assert.Throws <ArgumentNullException>(() => Marshal.Prelink(null));
 }