You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="NotifyPropertyChangedRecipients">Whether or not the generated property also broadcasts changes.</param>
19
19
/// <param name="NotifyDataErrorInfo">Whether or not the generated property also validates its value.</param>
20
20
/// <param name="IsOldPropertyValueDirectlyReferenced">Whether the old property value is being directly referenced.</param>
21
-
/// <param name="IsReferenceType">Indicates whether the property is of a reference type.</param>
21
+
/// <param name="IsReferenceTypeOrUnconstraindTypeParameter">Indicates whether the property is of a reference type or an unconstrained type parameter.</param>
22
22
/// <param name="IncludeMemberNotNullOnSetAccessor">Indicates whether to include nullability annotations on the setter.</param>
23
23
/// <param name="ForwardedAttributes">The sequence of forwarded attributes for the generated property.</param>
24
24
internalsealedrecordPropertyInfo(
@@ -31,6 +31,6 @@ internal sealed record PropertyInfo(
0 commit comments