Update src/Tizen.NUI/src/public/Window/Window.cs
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 16 Sep 2021 03:18:54 +0000 (12:18 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 9 Nov 2021 05:57:53 +0000 (14:57 +0900)
Co-authored-by: Piotr Szydełko <wiertel@users.sourceforge.net>
src/Tizen.NUI/src/public/Window/Window.cs

index 8457efb..6d28eb1 100644 (file)
@@ -1734,7 +1734,7 @@ namespace Tizen.NUI
         /// <code>
         /// Window window = NUIApplication.GetDefaultWindow();
         /// var handle = window.NativeHandle;
-        /// if(handle?.IsInvalid == false)
+        /// if(handle.IsInvalid == false)
         /// {
         ///     IntPtr nativeHandle = handle.DangerousGetHandle();
         ///     // do something with nativeHandle