我有一个包含超过75,000个对象的列表.要从列表中搜索项目,我正在使用以下代码.
from nd in this.m_ListNodes where nd.Label == SearchValue.ToString() select nd;
这段代码有效吗?
c#-4.0
c#-4.0 ×1