在不使用With或From的情况下声明New

时间:2015-08-25 00:08:26

标签: vb.net

我想知道是否有可能写出多行,相当于此行,但不是使用With和From使用多行来声明数据。

Dim Price = New PriceStruc() With { _
  .Bids = New List(Of Prices)() From {New Prices() With {.Price = 1101, .Size = 1}},
  .Offers = New List(Of Prices)() From {New Prices() With {.Price = 1102, .Size = 1}}}

0 个答案:

没有答案