未验证 提交 fa4634dd 编写于 作者: T tanghai 提交者: GitHub

Merge pull request #61 from AlwaysBusyLzc/master

对UnOrderMultiMap容器做了一个小优化
......@@ -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.
先完成此消息的编辑!
想要评论请 注册