From 45cc912dc6abab19bc19b09abe88c04e1b2f65d9 Mon Sep 17 00:00:00 2001 From: Rick Brewster Date: Wed, 6 Nov 2024 18:36:06 -0800 Subject: [PATCH] Copy text from constructor parameter to corresponding property 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. --- .../OverloadResolutionPriorityAttribute.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Runtime.CompilerServices/OverloadResolutionPriorityAttribute.xml b/xml/System.Runtime.CompilerServices/OverloadResolutionPriorityAttribute.xml index b506420a71b..08b26bc7f69 100644 --- a/xml/System.Runtime.CompilerServices/OverloadResolutionPriorityAttribute.xml +++ b/xml/System.Runtime.CompilerServices/OverloadResolutionPriorityAttribute.xml @@ -61,7 +61,7 @@ System.Int32 - The priority of the member. + The priority of the member. Higher numbers are prioritized, lower numbers are deprioritized. To be added. To be added.