本文介绍了错误圆圈名称未配置为标识文件{0}属于哪个圆圈。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
hi team,
我的代码如下:
hi Team,
I have the code as follows:
ICombinedMaster combinedMaster = Kaizen2GCacheManager.CircleLookupList.Where(circlelookup => circlelookup.LookupCircle.ToUpper() == fileLog.CircleInFileName.ToUpper()).FirstOrDefault();
fileLog.CircleId = combinedMaster == null ? 0 : combinedMaster.CircleId;
我无法理解这段代码。任何人都可以解释上面的代码。请告诉我
谢谢
Harshal
I cant understand this code .can anyone can please explain the above code .Please let me know
Thanks
Harshal
推荐答案
这篇关于错误圆圈名称未配置为标识文件{0}属于哪个圆圈。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!