[NUIComponents] Roll back error modification
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / Common / Container.cs
index 823ca55..13577bf 100755 (executable)
@@ -107,7 +107,7 @@ namespace Tizen.NUI
         {
             get
             {
-                return GetChildren();
+                return childViews;
             }
         }
 
@@ -327,16 +327,6 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Some type which inherit from Container overwrite the Add/Remove, so the getter of children should also be overwrite.
-        /// </summary>
-        /// <returns></returns>
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        protected virtual List<View> GetChildren()
-        {
-            return childViews;
-        }
-
-        /// <summary>
         /// Invoked whenever the binding context of the element changes. Implement this method to add class handling for this event.
         /// </summary>
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.