在 VB.NET 中,我可以这样做:
MyArray.Select(Function(a)
Dim x as string
x = a
Return x
End Function)
我怎样才能在 C# 中做到这一点?
在 VB.NET 中,我可以这样做:
MyArray.Select(Function(a)
Dim x as string
x = a
Return x
End Function)
我怎样才能在 C# 中做到这一点?