未验证 提交 dbef8db7 编写于 作者: C Carlos Sanchez 提交者: GitHub

Remove unnecessary remark from ObservableCollection.CollectionChanged (#67250)

Co-authored-by: Ncarlossanlop <carlossanlop@users.noreply.github.com>
上级 4cfe07ce
......@@ -80,9 +80,6 @@ public ObservableCollection(List<T> list!!) : base(new List<T>(list))
/// <summary>
/// Occurs when the collection changes, either by adding or removing an item.
/// </summary>
/// <remarks>
/// see <seealso cref="INotifyCollectionChanged"/>
/// </remarks>
[field: NonSerialized]
public virtual event NotifyCollectionChangedEventHandler? CollectionChanged;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册