我試圖通過將其轉換到一個列表轉換數組列出和添加值
Dim oItemSubmit As InventoryService.InventoryItemSubmit
Dim oAttInfo As New InventoryService.AttributeInfo
oAttInfo.Name = "FeatName"
oAttInfo.Value = "value"
oItemSubmit.AttributeList.ToList().Add(oAttInfo)
的AttributeList是AttributeInfo數組的值添加到一個數組。但代碼似乎不起作用。任何想法
感謝 Jothish
沒有其他補充。^_^ – Eilistraee 2011-03-29 12:28:59