Skip to content

Commit f973752

Browse files
committed
The clean up changes committed
1 parent 66deeb4 commit f973752

File tree

3 files changed

+1320
-1316
lines changed

3 files changed

+1320
-1316
lines changed

maui/src/Chip/Helpers/ChipCollection.cs

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22

33
namespace Syncfusion.Maui.Toolkit.Chips
44
{
5-
/// <summary>
6-
/// Defines the type for adding collection of SfChip.
7-
/// </summary>
8-
public class ChipCollection : ObservableCollection<SfChip>
9-
{
10-
#region Constructor
5+
/// <summary>
6+
/// Defines the type for adding collection of SfChip.
7+
/// </summary>
8+
public partial class ChipCollection : ObservableCollection<SfChip>
9+
{
10+
#region Constructor
1111

12-
/// <summary>
13-
/// Initializes a new instance of the <see cref="ChipCollection"/> class.
14-
/// </summary>
15-
/// <param name="group">Chip group.</param>
16-
public ChipCollection(SfChipGroup group)
17-
{
18-
if (group != null)
19-
{
20-
CollectionChanged += group.ItemsCollectionChanged;
21-
}
22-
}
12+
/// <summary>
13+
/// Initializes a new instance of the <see cref="ChipCollection"/> class.
14+
/// </summary>
15+
/// <param name="group">Chip group.</param>
16+
public ChipCollection(SfChipGroup group)
17+
{
18+
if (group != null)
19+
{
20+
CollectionChanged += group.ItemsCollectionChanged;
21+
}
22+
}
2323

24-
#endregion
25-
}
24+
#endregion
25+
}
2626
}

0 commit comments

Comments
 (0)