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