projects
/
platform
/
core
/
csapi
/
tizenfx.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add ScriptUI to support XAML file (#320)
[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
}