Skip to content

Commit 1965f53

Browse files
authored
Merge branch 'main' into opacitymaskview-experiment
2 parents a23366c + 7b163ce commit 1965f53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/Ribbon/src/DoubleList.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace CommunityToolkit.WinUI.Controls;
1010
/// A list of <see cref="double"/> values.
1111
/// </summary>
1212
[CreateFromString(MethodName = "CommunityToolkit.WinUI.Controls.DoubleList.CreateFromString")]
13-
public class DoubleList : List<double>
13+
public partial class DoubleList : List<double>
1414
{
1515
/// <summary>
1616
/// Initializes a new instance of <see cref="DoubleList"/> that is empty and has the default

0 commit comments

Comments
 (0)