protected internal StringNode(StringTree <V> tree, string key, V value) : this(tree) { this.m_Name = key; this.m_Value = value; }
protected internal StringNode(StringTree <V> tree) { this.m_tree = tree; }