You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Collections.Generic/List`1.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3605,7 +3605,7 @@ Public Function StartsWith(e As Employee) As Boolean
3605
3605
3606
3606
This method uses the <xref:System.Array.Sort%2A?displayProperty=nameWithType> method, which applies the introspective sort as follows:
3607
3607
3608
-
- If the partition size is fewer than 16 elements, it uses an insertion sort algorithm.
3608
+
- If the partition size is less than or equal to 16 elements, it uses an insertion sort algorithm.
3609
3609
3610
3610
- If the number of partitions exceeds 2 log *n*, where *n* is the range of the input array, it uses a Heapsort algorithm.
3611
3611
@@ -3687,7 +3687,7 @@ Public Function StartsWith(e As Employee) As Boolean
3687
3687
3688
3688
This method uses the <xref:System.Array.Sort%2A?displayProperty=nameWithType> method, which applies the introspective sort as follows:
3689
3689
3690
-
- If the partition size is fewer than 16 elements, it uses an insertion sort algorithm.
3690
+
- If the partition size is less than or equal to 16 elements, it uses an insertion sort algorithm.
3691
3691
3692
3692
- If the number of partitions exceeds 2 log *n*, where *n* is the range of the input array, it uses a Heapsort algorithm.
3693
3693
@@ -3765,7 +3765,7 @@ Public Function StartsWith(e As Employee) As Boolean
3765
3765
3766
3766
This method uses <xref:System.Array.Sort%2A?displayProperty=nameWithType>, which applies the introspective sort as follows:
3767
3767
3768
-
- If the partition size is fewer than 16 elements, it uses an insertion sort algorithm
3768
+
- If the partition size is less than or equal to 16 elements, it uses an insertion sort algorithm
3769
3769
3770
3770
- If the number of partitions exceeds 2 log *n*, where *n* is the range of the input array, it uses a [Heapsort](https://en.wikipedia.org/wiki/Heapsort) algorithm.
3771
3771
@@ -3851,7 +3851,7 @@ Public Function StartsWith(e As Employee) As Boolean
3851
3851
3852
3852
This method uses <xref:System.Array.Sort%2A?displayProperty=nameWithType>, which applies the introspective sort as follows:
3853
3853
3854
-
- If the partition size is fewer than 16 elements, it uses an insertion sort algorithm
3854
+
- If the partition size is less than or equal to 16 elements, it uses an insertion sort algorithm
3855
3855
3856
3856
- If the number of partitions exceeds 2 log *n*, where *n* is the range of the input array, it uses a [Heapsort](https://en.wikipedia.org/wiki/Heapsort) algorithm.
0 commit comments