Beispiel #1
0
 internal virtual void Reset(T1 id, Object obj)
 {
     this.id = id;
     target  = obj;
     state   = obj != null ? h2_RefState.NEW : h2_RefState.MISSING;
     refTo.Clear();
 }
Beispiel #2
0
 internal virtual void Scan()
 {
     state = h2_RefState.READY;
 }