Skip to content

Commit

Permalink
Copy text from constructor parameter to corresponding property (#10650)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rickbrew authored Nov 7, 2024
1 parent 315f5b9 commit c4ea645
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>The priority of the member.</summary>
<summary>The priority of the member. Higher numbers are prioritized, lower numbers are deprioritized.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down

0 comments on commit c4ea645

Please sign in to comment.