Release 4.0.0-preview1-00285
[platform/core/csapi/tizenfx.git] / src / Tizen.Sensor / Tizen.Sensor / Sensor.cs
index 2210fd3..e514f3e 100755 (executable)
@@ -61,6 +61,9 @@ namespace Tizen.Sensor
             }
         }
 
+        /// <summary>
+        /// Destroy the Sensor object.
+        /// </summary>
         ~Sensor()
         {
             Dispose(false);
@@ -351,12 +354,22 @@ namespace Tizen.Sensor
             }
         }
 
+        /// <summary>
+        /// Destroy the current object.
+        /// </summary>
         public void Dispose()
         {
             Dispose(true);
             GC.SuppressFinalize(this);
         }
 
+        /// <summary>
+        /// Releases all resources currently used by this instance.
+        /// </summary>
+        /// <param name="disposing">
+        /// true if managed resources should be disposed
+        /// otherwise, false.
+        /// </param>
         protected virtual void Dispose(bool disposing)
         {
             if (_disposed)