From: dongsug-song <35130733+dongsug-song@users.noreply.github.com> Date: Tue, 11 Jun 2024 01:20:36 +0000 (+0900) Subject: Update src/Tizen.NUI/src/public/Common/WeakEvent.cs X-Git-Tag: submit/tizen/20240612.150844~1^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d6d49440d4eb7225a5d8b88368d11f5ee9db8b4;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Update src/Tizen.NUI/src/public/Common/WeakEvent.cs Co-authored-by: Piotr Szydełko --- diff --git a/src/Tizen.NUI/src/public/Common/WeakEvent.cs b/src/Tizen.NUI/src/public/Common/WeakEvent.cs index b8ce8967a..286f9107d 100755 --- a/src/Tizen.NUI/src/public/Common/WeakEvent.cs +++ b/src/Tizen.NUI/src/public/Common/WeakEvent.cs @@ -34,7 +34,7 @@ namespace Tizen.NUI private List> handlers = new List>(); /// - /// The count of currently added event handlers. + /// The count of currently stored event handlers. /// /// 12 protected int Count => handlers.Count;