Exemplo n.º 1
0
 public void Release(RTHandle rth)
 {
     if (rth != null)
     {
         Assert.AreEqual(this, rth.m_Owner);
         rth.Release();
     }
 }
Exemplo n.º 2
0
 public static void Release(RTHandle rth)
 {
     rth.Release();
 }