summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/Internals/NotifyCollectionChangedEventArgsExtensions.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core/Internals/NotifyCollectionChangedEventArgsExtensions.cs')
-rw-r--r--Xamarin.Forms.Core/Internals/NotifyCollectionChangedEventArgsExtensions.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core/Internals/NotifyCollectionChangedEventArgsExtensions.cs b/Xamarin.Forms.Core/Internals/NotifyCollectionChangedEventArgsExtensions.cs
index 8b88dc38..b659ecf5 100644
--- a/Xamarin.Forms.Core/Internals/NotifyCollectionChangedEventArgsExtensions.cs
+++ b/Xamarin.Forms.Core/Internals/NotifyCollectionChangedEventArgsExtensions.cs
@@ -1,9 +1,11 @@
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
+using System.ComponentModel;
namespace Xamarin.Forms.Internals
{
+ [EditorBrowsable(EditorBrowsableState.Never)]
public static class NotifyCollectionChangedEventArgsExtensions
{
public static void Apply<TFrom>(this NotifyCollectionChangedEventArgs self, IList<TFrom> from, IList<object> to)