// Updates a property or member of the item
myList[2].myProperty = something;
// Replaces the item in the list
myList[2] = someNewItem;
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1885 次 |
| 最近记录: |