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
@@ -3671,7 +3671,7 @@ Public Function StartsWith(e As Employee) As Boolean
3671
3671
3672
3672
This implementation performs an unstable sort; that is, if two elements are equal, their order might not be preserved. In contrast, a stable sort preserves the order of elements that are equal.
3673
3673
3674
-
On average, this method is an O(*n* log *n*) operation, where *n* is <xref:System.Collections.Generic.List%601.Count%2A>; in the worst case it is an O(*n*<sup>2</sup>) operation.
3674
+
This method is an O(*n* log *n*) operation, where *n* is <xref:System.Collections.Generic.List%601.Count%2A>.
3675
3675
3676
3676
3677
3677
@@ -3756,7 +3756,7 @@ Public Function StartsWith(e As Employee) As Boolean
3756
3756
3757
3757
This implementation performs an unstable sort; that is, if two elements are equal, their order might not be preserved. In contrast, a stable sort preserves the order of elements that are equal.
3758
3758
3759
-
On average, this method is an O(*n* log *n*) operation, where *n* is <xref:System.Collections.Generic.List%601.Count%2A>; in the worst case it is an O(*n*<sup>2</sup>) operation.
3759
+
This method is an O(*n* log *n*) operation, where *n* is <xref:System.Collections.Generic.List%601.Count%2A>.
3760
3760
3761
3761
3762
3762
@@ -3836,7 +3836,7 @@ Public Function StartsWith(e As Employee) As Boolean
3836
3836
3837
3837
This implementation performs an unstable sort; that is, if two elements are equal, their order might not be preserved. In contrast, a stable sort preserves the order of elements that are equal.
3838
3838
3839
-
On average, this method is an O(*n* log *n*) operation, where *n* is <xref:System.Collections.Generic.List%601.Count%2A>; in the worst case it is an O(*n*<sup>2</sup>) operation.
3839
+
This method is an O(*n* log *n*) operation, where *n* is <xref:System.Collections.Generic.List%601.Count%2A>.
3840
3840
3841
3841
3842
3842
@@ -3924,7 +3924,7 @@ Public Function StartsWith(e As Employee) As Boolean
3924
3924
3925
3925
This implementation performs an unstable sort; that is, if two elements are equal, their order might not be preserved. In contrast, a stable sort preserves the order of elements that are equal.
3926
3926
3927
-
On average, this method is an O(*n* log *n*) operation, where *n* is <xref:System.Collections.Generic.List%601.Count%2A>; in the worst case it is an O(*n*<sup>2</sup>) operation.
3927
+
This method is an O(*n* log *n*) operation, where *n* is <xref:System.Collections.Generic.List%601.Count%2A>.
Copy file name to clipboardExpand all lines: xml/System/Array.xml
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -7405,7 +7405,7 @@ int[,,] TDArray = new int[1,1,1];
7405
7405
7406
7406
This implementation performs an unstable sort; that is, if two elements are equal, their order might not be preserved. In contrast, a stable sort preserves the order of elements that are equal.
7407
7407
7408
-
For arrays that are sorted by using the Heapsort and Quicksort algorithms, in the worst case, this method is an O(`n` log `n`) operation, where `n` is the <xref:System.Array.Length%2A> of `array`.
7408
+
This method is an O(`n` log `n`) operation, where `n` is the <xref:System.Array.Length%2A> of `array`.
7409
7409
7410
7410
7411
7411
@@ -7499,7 +7499,7 @@ int[,,] TDArray = new int[1,1,1];
7499
7499
7500
7500
This implementation performs an unstable sort; that is, if two elements are equal, their order might not be preserved. In contrast, a stable sort preserves the order of elements that are equal.
7501
7501
7502
-
For arrays that are sorted by using the Heapsort and Quicksort algorithms, in the worst case, this method is an O(`n` log `n`) operation, where `n` is the <xref:System.Array.Length%2A> of `keys`.
7502
+
This method is an O(`n` log `n`) operation, where `n` is the <xref:System.Array.Length%2A> of `keys`.
7503
7503
7504
7504
7505
7505
@@ -7597,7 +7597,7 @@ int[,,] TDArray = new int[1,1,1];
7597
7597
7598
7598
This implementation performs an unstable sort; that is, if two elements are equal, their order might not be preserved. In contrast, a stable sort preserves the order of elements that are equal.
7599
7599
7600
-
For arrays that are sorted by using the Heapsort and Quicksort algorithms, in the worst case, this method is an O(`n` log `n`) operation, where `n` is the <xref:System.Array.Length%2A> of `array`.
7600
+
This method is an O(`n` log `n`) operation, where `n` is the <xref:System.Array.Length%2A> of `array`.
7601
7601
7602
7602
The .NET Framework includes predefined <xref:System.Collections.IComparer> implementations listed in the following table.
7603
7603
@@ -7725,7 +7725,7 @@ int[,,] TDArray = new int[1,1,1];
7725
7725
7726
7726
This implementation performs an unstable sort; that is, if two elements are equal, their order might not be preserved. In contrast, a stable sort preserves the order of elements that are equal.
7727
7727
7728
-
For arrays that are sorted by using the Heapsort and Quicksort algorithms, in the worst case, this method is an O(`n` log `n`) operation, where `n` is the <xref:System.Array.Length%2A> of `keys`.
7728
+
This method is an O(`n` log `n`) operation, where `n` is the <xref:System.Array.Length%2A> of `keys`.
7729
7729
7730
7730
7731
7731
@@ -7829,7 +7829,7 @@ int[,,] TDArray = new int[1,1,1];
7829
7829
7830
7830
This implementation performs an unstable sort; that is, if two elements are equal, their order might not be preserved. In contrast, a stable sort preserves the order of elements that are equal.
7831
7831
7832
-
For arrays that are sorted by using the Heapsort and Quicksort algorithms, in the worst case, this method is an O(`n` log `n`) operation, where `n` is `length`.
7832
+
This method is an O(`n` log `n`) operation, where `n` is `length`.
7833
7833
7834
7834
7835
7835
@@ -7935,7 +7935,7 @@ int[,,] TDArray = new int[1,1,1];
7935
7935
7936
7936
This implementation performs an unstable sort; that is, if two elements are equal, their order might not be preserved. In contrast, a stable sort preserves the order of elements that are equal.
7937
7937
7938
-
For arrays that are sorted by using the Heapsort and Quicksort algorithms, in the worst case, this method is an O(`n` log `n`) operation, where `n` is `length`.
7938
+
This method is an O(`n` log `n`) operation, where `n` is `length`.
7939
7939
7940
7940
7941
7941
@@ -8061,7 +8061,7 @@ int[,,] TDArray = new int[1,1,1];
8061
8061
8062
8062
This implementation performs an unstable sort; that is, if two elements are equal, their order might not be preserved. In contrast, a stable sort preserves the order of elements that are equal.
8063
8063
8064
-
For arrays that are sorted by using the Heapsort and Quicksort algorithms, in the worst case, this method is an O(`n` log `n`) operation, where `n` is `length`.
8064
+
This method is an O(`n` log `n`) operation, where `n` is `length`.
8065
8065
8066
8066
8067
8067
@@ -8196,7 +8196,7 @@ int[,,] TDArray = new int[1,1,1];
8196
8196
8197
8197
This implementation performs an unstable sort; that is, if two elements are equal, their order might not be preserved. In contrast, a stable sort preserves the order of elements that are equal.
8198
8198
8199
-
For arrays that are sorted by using the Heapsort and Quicksort algorithms, in the worst case, this method is an O(`n` log `n`) operation, where `n` is `length`.
8199
+
This method is an O(`n` log `n`) operation, where `n` is `length`.
8200
8200
8201
8201
8202
8202
@@ -8317,7 +8317,7 @@ int[,,] TDArray = new int[1,1,1];
8317
8317
8318
8318
This implementation performs an unstable sort; that is, if two elements are equal, their order might not be preserved. In contrast, a stable sort preserves the order of elements that are equal.
8319
8319
8320
-
For arrays that are sorted by using the Heapsort and Quicksort algorithms, in the worst case, this method is an O(`n` log `n`) operation, where `n` is the <xref:System.Array.Length%2A> of `array`.
8320
+
This method is an O(`n` log `n`) operation, where `n` is the <xref:System.Array.Length%2A> of `array`.
8321
8321
8322
8322
8323
8323
@@ -8413,7 +8413,7 @@ int[,,] TDArray = new int[1,1,1];
8413
8413
8414
8414
This implementation performs an unstable sort; that is, if two elements are equal, their order might not be preserved. In contrast, a stable sort preserves the order of elements that are equal.
8415
8415
8416
-
For arrays that are sorted by using the Heapsort and Quicksort algorithms, in the worst case, this method is an O(`n` log `n`) operation, where `n` is the <xref:System.Array.Length%2A> of `array`.
8416
+
This method is an O(`n` log `n`) operation, where `n` is the <xref:System.Array.Length%2A> of `array`.
8417
8417
8418
8418
8419
8419
@@ -8510,7 +8510,7 @@ int[,,] TDArray = new int[1,1,1];
8510
8510
8511
8511
This implementation performs an unstable sort; that is, if two elements are equal, their order might not be preserved. In contrast, a stable sort preserves the order of elements that are equal.
8512
8512
8513
-
For arrays that are sorted by using the Heapsort and Quicksort algorithms, in the worst case, this method is an O(`n` log `n`) operation, where `n` is the <xref:System.Array.Length%2A> of `array`.
8513
+
This method is an O(`n` log `n`) operation, where `n` is the <xref:System.Array.Length%2A> of `array`.
8514
8514
8515
8515
8516
8516
@@ -8612,7 +8612,7 @@ int[,,] TDArray = new int[1,1,1];
8612
8612
8613
8613
This implementation performs an unstable sort; that is, if two elements are equal, their order might not be preserved. In contrast, a stable sort preserves the order of elements that are equal.
8614
8614
8615
-
For arrays that are sorted by using the Heapsort and Quicksort algorithms, in the worst case, this method is an O(`n` log `n`) operation, where `n` is `length`.
8615
+
This method is an O(`n` log `n`) operation, where `n` is `length`.
8616
8616
8617
8617
8618
8618
@@ -8723,7 +8723,7 @@ int[,,] TDArray = new int[1,1,1];
8723
8723
8724
8724
This implementation performs an unstable sort; that is, if two elements are equal, their order might not be preserved. In contrast, a stable sort preserves the order of elements that are equal.
8725
8725
8726
-
For arrays that are sorted by using the Heapsort and Quicksort algorithms, in the worst case, this method is an O(`n` log `n`) operation, where `n` is `length`.
8726
+
This method is an O(`n` log `n`) operation, where `n` is `length`.
8727
8727
8728
8728
8729
8729
@@ -8840,7 +8840,7 @@ int[,,] TDArray = new int[1,1,1];
8840
8840
8841
8841
This implementation performs an unstable sort; that is, if two elements are equal, their order might not be preserved. In contrast, a stable sort preserves the order of elements that are equal.
8842
8842
8843
-
For arrays that are sorted by using the Heapsort and Quicksort algorithms, in the worst case, this method is an O(`n` log `n`) operation, where `n` is the <xref:System.Array.Length%2A> of `array`.
8843
+
This method is an O(`n` log `n`) operation, where `n` is the <xref:System.Array.Length%2A> of `array`.
8844
8844
8845
8845
8846
8846
@@ -8957,7 +8957,7 @@ int[,,] TDArray = new int[1,1,1];
8957
8957
8958
8958
This implementation performs an unstable sort; that is, if two elements are equal, their order might not be preserved. In contrast, a stable sort preserves the order of elements that are equal.
8959
8959
8960
-
For arrays that are sorted by using the Heapsort and Quicksort algorithms, in the worst case, this method is an O(`n` log `n`) operation, where `n` is the <xref:System.Array.Length%2A> of `array`.
8960
+
This method is an O(`n` log `n`) operation, where `n` is the <xref:System.Array.Length%2A> of `array`.
8961
8961
8962
8962
8963
8963
@@ -9084,7 +9084,7 @@ int[,,] TDArray = new int[1,1,1];
9084
9084
9085
9085
This implementation performs an unstable sort; that is, if two elements are equal, their order might not be preserved. In contrast, a stable sort preserves the order of elements that are equal.
9086
9086
9087
-
For arrays that are sorted by using the Heapsort and Quicksort algorithms, in the worst case, this method is an O(`n` log `n`) operation, where `n` is `length`.
9087
+
This method is an O(`n` log `n`) operation, where `n` is `length`.
9088
9088
9089
9089
9090
9090
@@ -9221,7 +9221,7 @@ int[,,] TDArray = new int[1,1,1];
9221
9221
9222
9222
This implementation performs an unstable sort; that is, if two elements are equal, their order might not be preserved. In contrast, a stable sort preserves the order of elements that are equal.
9223
9223
9224
-
For arrays that are sorted by using the Heapsort and Quicksort algorithms, in the worst case, this method is an O(`n` log `n`) operation, where `n` is `length`.
9224
+
This method is an O(`n` log `n`) operation, where `n` is `length`.
0 commit comments