File tree Expand file tree Collapse file tree 5 files changed +1
-4
lines changed Expand file tree Collapse file tree 5 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,11 @@ namespace CommunityToolkit.Mvvm.Collections;
8
8
9
9
/// <summary>
10
10
/// 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.
13
11
/// </summary>
14
12
public interface IReadOnlyObservableGroup : INotifyPropertyChanged
15
13
{
16
14
/// <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.
19
16
/// </summary>
20
17
object Key { get ; }
21
18
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments