Skip to content

Commit ca3aa1a

Browse files
authored
Merge pull request #6604 from Omcsesz/patch-1
2 parents c4ae15b + 7c52545 commit ca3aa1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.ComponentModel/SortDescription.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<Parameter Name="direction" Type="System.ComponentModel.ListSortDirection" />
4444
</Parameters>
4545
<Docs>
46-
<param name="propertyName">The name of the property to sort the list by.</param>
46+
<param name="propertyName">The name of the property to sort the list by. If the collection contains strings or value types, set this parameter to the empty string (`""`).</param>
4747
<param name="direction">The sort order.</param>
4848
<summary>Initializes a new instance of the <see cref="T:System.ComponentModel.SortDescription" /> structure.</summary>
4949
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)