Skip to content

Commit 9724d67

Browse files
author
Eunki Hong
committed
[NUI] Make Tizen.NUI.PropertyBridge as hidden
Make it as hidden public API so AppFW team could call this function Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
1 parent 76668e4 commit 9724d67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Tizen.NUI/src/public/PropertyBridge/PropertyBridge.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121

2222
namespace Tizen.NUI
2323
{
24-
internal static class PropertyBridge
24+
[EditorBrowsable(EditorBrowsableState.Never)]
25+
public static class PropertyBridge
2526
{
2627
private static StringGetterDelegate _stringGetterDelegate;
2728

0 commit comments

Comments
 (0)