【发布时间】:2013-01-21 19:23:46
【问题描述】:
这是我第一次使用 Stack Overflow,我想了解这段代码最后一行中“=”的含义:
Dim label As Label = Me.labels.Item(String.Concat(New Object() { movimiento.Sector1.ID, "-", movimiento.X1, "-", movimiento.Y1 }))
Dim dictionary As Dictionary(Of Label, Integer)
Dim label3 As Label
dictionary = Me.demandas2.Item(label3 = label) = (dictionary.Item(label3) - 1)
欢迎任何形式的帮助,在此先感谢!
【问题讨论】:
标签: vb.net comparison-operators