阅读背景:

VB.NET数组显式声明问题

来源:互联网 

CODE:

码:

Private ingredientProperties(,) As Integer = {{ingredient1.Location.X, ingredient1.Location.Y}, {ingredient1.Size.Width, ingredient1.Size.Height}} ' {{ingredient location X, Y}, {ingredient size X, Y}}
Private amountProperties(,) As Integer = {{amount1.Location.X, amount1.Location.Y}, {amount1.Size.Width, amount1.Size.Height}} ' {{amount location X, Y}, {amount size X, Y}}
Private ingredientProperties(,) As



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: