Esempio n. 1
0
 public void SetParent(PrototypeChain <TKey, TValue> parent)
 {
     IsRoot = null == (Parent = parent);
 }
Esempio n. 2
0
 public PrototypeChain(PrototypeChain <TKey, TValue> parent)
 {
     Parent = parent;
 }