Skip to content

Commit ed24f1f

Browse files
committed
Fixup
1 parent 1a190da commit ed24f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Components/src/Reflection/ComponentProperties.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ static void SetProperty(object target, PropertySetter writer, string parameterNa
159159
}
160160
}
161161

162-
internal static MemberAssignment.PropertyEnumerable GetCandidateBindableProperties([DynamicallyAccessedMembers(Component)] Type targetType)
162+
internal static IEnumerable<PropertyInfo> GetCandidateBindableProperties([DynamicallyAccessedMembers(Component)] Type targetType)
163163
=> MemberAssignment.GetPropertiesIncludingInherited(targetType, _bindablePropertyFlags);
164164

165165
[DoesNotReturn]

0 commit comments

Comments
 (0)