C# Dictionary判断Key是否存在

if(dict.ContainsKey(T key))
{
   //已存在key
}
原文地址:https://www.cnblogs.com/yinmu/p/12196582.html