Revert "[Tizen] Add obsolete attribute for Create property of VisualBase,"
authorminho.sun <minho.sun@samsung.com>
Mon, 14 Aug 2017 07:41:43 +0000 (16:41 +0900)
committerminho.sun <minho.sun@samsung.com>
Mon, 14 Aug 2017 07:41:45 +0000 (16:41 +0900)
This reverts commit dbb3b682e75823a40ace6da6ae7c450652ebd0f8.

Change-Id: Ie26c91ec20e44abc69587840757cb41e5f692dcc

src/Tizen.NUI/src/public/VisualBase.cs

index eb7829f..c360462 100755 (executable)
@@ -185,13 +185,8 @@ namespace Tizen.NUI
         /// <summary>
         /// Create the property map representing this visual.
         /// </summary>
-        [Obsolete("Please be caution! this will be readonly.")]
         public PropertyMap Creation
         {
-            set
-            {
-                CreatePropertyMap(value);
-            }
             get
             {
                 PropertyMap map = new PropertyMap();
@@ -199,7 +194,6 @@ namespace Tizen.NUI
                 return map;
             }
         }
-
         internal void CreatePropertyMap(PropertyMap map)
         {
             NDalicPINVOKE.VisualBase_CreatePropertyMap(swigCPtr, PropertyMap.getCPtr(map));