Пример #1
0
 protected internal StringNode(StringTree <V> tree, string key, V value)
     : this(tree)
 {
     this.m_Name  = key;
     this.m_Value = value;
 }
Пример #2
0
 protected internal StringNode(StringTree <V> tree)
 {
     this.m_tree = tree;
 }