【发布时间】:2012-05-29 07:20:14
【问题描述】:
因为我已经尝试过了:
Dim exampleItems As Dictionary(Of String, String) = New Dictionary(Of String, String)
Dim blah = exampleItems.Select (Function(x) New (x.Key, x.Value)).ToList 'error here
但是我遇到了一个语法错误,而且我看到的所有示例都是用 C# 编写的。
【问题讨论】:
标签: vb.net linq .net-3.5 lambda