056dfe867b8fef0c7f757d27c18660148f4b126b
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / XamlBinding / CollectionSynchronizationCallback.cs
1 using System;
2 using System.Collections;
3
4 namespace Tizen.NUI.Binding
5 {
6     internal delegate void CollectionSynchronizationCallback(IEnumerable collection, object context, Action accessMethod, bool writeAccess);
7 }