Skip to content

Commit 5451972

Browse files
committed
Rename files
1 parent 69a9a69 commit 5451972

5 files changed

+1
-4
lines changed

CommunityToolkit.Mvvm/Collections/IReadOnlyObservableGroup.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@ namespace CommunityToolkit.Mvvm.Collections;
88

99
/// <summary>
1010
/// An interface for a grouped collection of items.
11-
/// It allows us to use x:Bind with <see cref="ObservableGroup{TKey, TValue}"/> and <see cref="ReadOnlyObservableGroup{TKey, TValue}"/> by providing
12-
/// a non-generic type that we can declare using x:DataType.
1311
/// </summary>
1412
public interface IReadOnlyObservableGroup : INotifyPropertyChanged
1513
{
1614
/// <summary>
17-
/// Gets the key for the current collection, as an <see cref="object"/>.
18-
/// It is immutable.
15+
/// Gets the key for the current collection.
1916
/// </summary>
2017
object Key { get; }
2118

0 commit comments

Comments
 (0)