Update src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 17 May 2021 00:59:37 +0000 (09:59 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 17 May 2021 09:18:32 +0000 (18:18 +0900)
Thank you for review.
yes. I think so. it is better.

Co-authored-by: Seungkeun Lee <sngn.lee@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs

index 17c037f..49a38f7 100755 (executable)
@@ -640,7 +640,7 @@ namespace Tizen.NUI.BaseComponents
         /// <remarks>Hidden-API</remarks>
         /// <returns>A handle to the View if found, or an empty handle if not.</returns>
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public View FindChildByID(uint id)
+        public View FindDescendantByID(uint id)
         {
             //to fix memory leak issue, match the handle count with native side.
             IntPtr cPtr = Interop.Actor.Actor_FindChildById(swigCPtr, id);