Skip to content

Commit dbef8db

Browse files
authored
Remove unnecessary remark from ObservableCollection.CollectionChanged (#67250)
Co-authored-by: carlossanlop <[email protected]>
1 parent 4cfe07c commit dbef8db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/libraries/System.ObjectModel/src/System/Collections/ObjectModel/ObservableCollection.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged
8080
/// <summary>
8181
/// Occurs when the collection changes, either by adding or removing an item.
8282
/// </summary>
83-
/// <remarks>
84-
/// see <seealso cref="INotifyCollectionChanged"/>
85-
/// </remarks>
8683
[field: NonSerialized]
8784
public virtual event NotifyCollectionChangedEventHandler? CollectionChanged;
8885

0 commit comments

Comments
 (0)