Update src/Tizen.NUI/src/public/BaseComponents/VideoView.cs
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 16 Sep 2021 03:17:40 +0000 (12:17 +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/BaseComponents/VideoView.cs

index a6cf6a1..1516ab5 100755 (executable)
@@ -391,7 +391,7 @@ namespace Tizen.NUI.BaseComponents
         /// VideoView videoView = new VideoView();
         /// videoView.ResourceUrl = "some video path";
         /// var handle = videoView.NativeHandle;
-        /// if(handle?.IsInvalid == false)
+        /// if(handle.IsInvalid == false)
         /// {
         ///     IntPtr nativeHandle = handle.DangerousGetHandle();
         ///     // do something with nativeHandle