提交 54249f20 编写于 作者: L lizhongchang

修改容器UnOrderMultiMap的实现。

上级 2d3950f8
......@@ -22,9 +22,9 @@ namespace ETModel
if (list == null)
{
list = this.FetchList();
}
this.dictionary[t] = list;
}
list.Add(k);
this.dictionary[t] = list;
}
public KeyValuePair<T, List<K>> First()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册