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.Linq/Queryable.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2546,8 +2546,8 @@
2546
2546
## Examples
2547
2547
The following code example demonstrates how to use <xref:System.Linq.Queryable.Distinct%60%601%28System.Linq.IQueryable%7B%60%600%7D%29> to return distinct elements from a sequence.
Copy file name to clipboardExpand all lines: xml/System.Security.Cryptography/SymmetricAlgorithm.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -528,9 +528,9 @@ We recommend that you specify the algorithm to use. See the <xref:System.Securit
528
528
## Examples
529
529
The following example encrypts a string using the transform object returned from the <xref:System.Security.Cryptography.SymmetricAlgorithm.CreateEncryptor%2A> method.
Copy file name to clipboardExpand all lines: xml/System.Text/StringBuilder.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4025,9 +4025,9 @@ The `Equals` method performs an ordinal comparison to determine whether the char
4025
4025
## Examples
4026
4026
The following code uses the <xref:System.Text.StringBuilder.Equals%2A> method to check whether two <xref:System.Text.StringBuilder> objects are equal. The method is called repeatedly after small changes are made to each object, and the results are displayed to the console.
Copy file name to clipboardExpand all lines: xml/System/Int64.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2159,8 +2159,8 @@ This member is an explicit interface member implementation. It can be used only
2159
2159
## Examples
2160
2160
The following example displays the string representation of an <xref:System.Int64> value using <xref:System.Globalization.CultureInfo> objects that represent several different cultures.
@@ -2343,8 +2343,8 @@ This member is an explicit interface member implementation. It can be used only
2343
2343
## Examples
2344
2344
The following example displays a positive and a negative value using each of the supported standard numeric format specifiers for three different cultures.
0 commit comments