public void TearDown()
 {
     if (ptrType != null)
     {
         ptrType.Dispose();
     }
     ptrType = null;
 }
 public void SetUp()
 {
     TestRuntime.AssertXcodeVersion(9, 0);
     ptrType = new MTLPointerType();
 }