2009-07-09 8 views

答えて

8
// Updates a property or member of the item 
myList[2].myProperty = something; 

// Replaces the item in the list 
myList[2] = someNewItem; 
1

List<T>.Itemプロパティを使用します。

+0

角かっこは内部でこれを使用します。 –

+0

はい! (これを15文字にしてください) –

関連する問題