这是我的代码块
XY = xyList.[Select](Function(o) New XY() With {.y = New y() With {.xId = o.x.Id _
, .xName = o.x.xName} _
, .Stopped = o.Stopped _
, .PNumber = o.PNumber _
, .yId = o.yId _
, .yName = o.yName _
'need to add some comment here '
, .Allocated = o.Allocated _
, .TotalNo = o.TotalNo _
}).ToList()
但是我尝试了'
它的编译问题。
我需要在属性之间发表一些评论
谢谢