Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/Ribbon/src/DoubleList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace CommunityToolkit.WinUI.Controls;
/// A list of <see cref="double"/> values.
/// </summary>
[CreateFromString(MethodName = "CommunityToolkit.WinUI.Controls.DoubleList.CreateFromString")]
public class DoubleList : List<double>
public partial class DoubleList : List<double>
{
/// <summary>
/// Initializes a new instance of <see cref="DoubleList"/> that is empty and has the default
Expand Down
2 changes: 1 addition & 1 deletion tooling
Loading