【发布时间】:2013-01-25 11:52:47
【问题描述】:
在 VB.NET 中,我可以这样做:
MyArray.Select(Function(a)
Dim x as string
x = a
Return x
End Function)
如何在 c# 中做到这一点?
【问题讨论】:
标签: c# .net lambda anonymous-methods