Пример #1
0
 public void SetParent(PrototypeChain <TKey, TValue> parent)
 {
     IsRoot = null == (Parent = parent);
 }
Пример #2
0
 public PrototypeChain(PrototypeChain <TKey, TValue> parent)
 {
     Parent = parent;
 }