Ejemplo n.º 1
0
 public WeakReferenceEx(TInstance instance)
 {
     Reference = new WeakReference <TInstance>(instance);
 }