summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/CollectionSynchronizationCallback.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core/CollectionSynchronizationCallback.cs')
-rw-r--r--Xamarin.Forms.Core/CollectionSynchronizationCallback.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core/CollectionSynchronizationCallback.cs b/Xamarin.Forms.Core/CollectionSynchronizationCallback.cs
new file mode 100644
index 00000000..e186e016
--- /dev/null
+++ b/Xamarin.Forms.Core/CollectionSynchronizationCallback.cs
@@ -0,0 +1,7 @@
+using System;
+using System.Collections;
+
+namespace Xamarin.Forms
+{
+ public delegate void CollectionSynchronizationCallback(IEnumerable collection, object context, Action accessMethod, bool writeAccess);
+} \ No newline at end of file