Exemplo n.º 1
0
 public void RemoveReference(ObjectReference @ref)
 {
     ReferenceSystem().RemoveReference(@ref);
     // setting the ID to minus 1 ensures that the
     // gc mechanism does not kill the new YapObject
     @ref.SetID(-1);
     Platform4.KillYapRef(@ref.GetObjectReference());
 }
Exemplo n.º 2
0
 public void RemoveReference(ObjectReference @ref)
 {
     ReferenceSystem().RemoveReference(@ref);
     // setting the ID to minus 1 ensures that the
     // gc mechanism does not kill the new YapObject
     @ref.SetID(-1);
     Platform4.KillYapRef(@ref.GetObjectReference());
 }