Example #1
0
 public void close()
 {
     m_Ref    = null;
     m_Object = null;
 }
Example #2
0
 public TezWeakRef(T obj)
 {
     m_Ref    = obj.refHolder;
     m_Object = obj;
 }