Replaces the item at the specified index by the new specified item.
シンタックス
'宣言
Public Overrides Function ReplaceAsync( _
ByVal As System.Integer, _
ByVal As System.Object _
) As System.Threading.Tasks.Task
public override System.Threading.Tasks.Task ReplaceAsync(
System.int ,
System.object
)
パラメータ
- index
- The index.
- item
- The item.
参照