C# list.ForEach用法

list.ForEach(delegate(T model)
{
        ...
});
原文地址:https://www.cnblogs.com/sky6699/p/7116436.html