Exemple #1
0
 public void RemoveRef()
 {
     Refs--;
     if (Refs == 0 && !Heaped)
     {
         PrologCLR.RemoveTaggedObject(TagName);
     }
 }