📜  在 vb.net 中用元素声明列表 - VBA 代码示例

📅  最后修改于: 2022-03-11 14:51:53.698000             🧑  作者: Mango

代码示例1
Dim list2 As New List(Of Integer)({2, 3, 5, 7})