projects
/
platform
/
core
/
csapi
/
tizenfx.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[NUI] remove "_" and refactoring naming to pascal case.
[platform/core/csapi/tizenfx.git]
/
src
/
Tizen.NUI
/
src
/
internal
/
Xaml
/
IProvideParentValues.cs
1
using System.Collections.Generic;
2
3
namespace Tizen.NUI.Xaml
4
{
5
internal interface IProvideParentValues : IProvideValueTarget
6
{
7
IEnumerable<object> ParentObjects { get; }
8
}
9
}