public static Task MoveRangeAsync<T>( IDataCollection<T> dataCollection, int fromIndex, int count, int toIndex, CancellationToken cancellationToken ) where T: class
'Declaration Public Shared Function MoveRangeAsync(Of T As Class)( _ ByVal dataCollection As IDataCollection(Of T), _ ByVal fromIndex As Integer, _ ByVal count As Integer, _ ByVal toIndex As Integer, _ Optional ByVal cancellationToken As CancellationToken _ ) As Task
IDataCollectionEx Class IDataCollectionEx Members