Release 4.0.0-preview1-00267
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia.Camera / Camera / Camera.cs
old mode 100755 (executable)
new mode 100644 (file)
index 91f6c64..9ac9378
@@ -71,6 +71,9 @@ namespace Tizen.Multimedia
             Dispose(false);
         }
 
+        /// <summary>
+        /// Gets the native handle of the camera.
+        /// </summary>
         public IntPtr Handle => GetHandle();
 
         internal IntPtr GetHandle()