public void AddNode(Object key, HashTree subTree) { depth++; strBuiler.Append("\n").Append(GetSpaces()).Append(key); strBuiler.Append(" {"); }