Skip to content

Commit 7c52545

Browse files
tarekghgewarren
andauthored
Update xml/System.ComponentModel/SortDescription.xml
Co-authored-by: Genevieve Warren <[email protected]>
1 parent a67ab55 commit 7c52545

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. Should be set to "" if the collection to be sorted contains strings, integers, etc..</param>
42+
<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>
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)