Skip to content

Commit a67ab55

Browse files
authored
Update SortDescription.xml
I added that if someone uses empty string as the value for parameter propertyName.
1 parent f70c939 commit a67ab55

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
@@ -39,7 +39,7 @@
3939
<Parameter Name="direction" Type="System.ComponentModel.ListSortDirection" />
4040
</Parameters>
4141
<Docs>
42-
<param name="propertyName">The name of the property to sort the list by.</param>
42+
<param name="propertyName">The name of the property to sort the list by. Should be set to "" if the collection to be sorted contains strings, integers, etc..</param>
4343
<param name="direction">The sort order.</param>
4444
<summary>Initializes a new instance of the <see cref="T:System.ComponentModel.SortDescription" /> structure.</summary>
4545
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)