Release 4.0.0-preview1-00301
[platform/core/csapi/tizenfx.git] / src / Tizen.System.Usb / Usb / UsbConfiguration.cs
index ba9abfb..9ef8c98 100644 (file)
@@ -128,6 +128,9 @@ namespace Tizen.System.Usb
         #region IDisposable Support
         private bool disposedValue = false;
 
+        /// <summary>
+        /// Releases all resources used by the ConnectionProfile.
+        /// It should be called after finished using of the object.</summary>
         protected virtual void Dispose(bool disposing)
         {
             if (!disposedValue)
@@ -137,11 +140,17 @@ namespace Tizen.System.Usb
             }
         }
 
+        /// <summary>
+        /// Finalizes an instance of the UsbConfiguration class.
+        /// </summary>
         ~UsbConfiguration()
         {
             Dispose(false);
         }
 
+        /// <summary>
+        /// Releases all resources used by the ConnectionProfile.
+        /// It should be called after finished using of the object.</summary>
         public void Dispose()
         {
             Dispose(true);