'Declaration Public Overloads Shared Function MoveAsync(Of T As Class)( _ ByVal dataCollection As IDataCollection(Of T), _ ByVal fromIndex As Integer, _ ByVal toIndex As Integer _ ) As Task
public static Task MoveAsync<T>( IDataCollection<T> dataCollection, int fromIndex, int toIndex ) where T: class
Parameters
- dataCollection
- The data collection.
- fromIndex
- From index.
- toIndex
- To index.
Type Parameters
- T