Skip to content

Commit c4ea645

Browse files
authored
Copy text from constructor parameter to corresponding property (dotnet#10650)
I was having trouble figuring out if higher or lower values are "higher" priority. Some classic data structures use lower values for "higher" priorities, for instance. This PR copies the text from the constructor's `priority` parameter, which does detail this, over to the corresponding `Priority` property.
1 parent 315f5b9 commit c4ea645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Runtime.CompilerServices/OverloadResolutionPriorityAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<ReturnType>System.Int32</ReturnType>
6262
</ReturnValue>
6363
<Docs>
64-
<summary>The priority of the member.</summary>
64+
<summary>The priority of the member. Higher numbers are prioritized, lower numbers are deprioritized.</summary>
6565
<value>To be added.</value>
6666
<remarks>To be added.</remarks>
6767
</Docs>

0 commit comments

Comments
 (0)