提交 cb4fbc20 编写于 作者: T tanghai

MultiMap一点代码优化

上级 56c84ac7
......@@ -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.
先完成此消息的编辑!
想要评论请 注册