Moves an item from the specified position to the new one.
シンタックス
'宣言
Public Overridable Function MoveAsync( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Threading.Tasks.Task
public virtual System.Threading.Tasks.Task MoveAsync(
System.int ,
System.int
)
パラメータ
- fromIndex
- From index.
- toIndex
- To index.
参照