[Usb] Change internal Dispose functions from protected to internal
[platform/core/csapi/tizenfx.git] / src / Tizen.System.Usb / Usb / UsbConfiguration.cs
index 34ec88e..dd4fc66 100755 (executable)
@@ -159,7 +159,7 @@ namespace Tizen.System.Usb
         /// Releases all resources used by the ConnectionProfile.
         /// It should be called after finished using of the object.</summary>
         /// <since_tizen> 5 </since_tizen>
-        protected virtual void Dispose(bool disposing)
+        internal virtual void Dispose(bool disposing)
         {
             if (!disposedValue)
             {
@@ -171,6 +171,7 @@ namespace Tizen.System.Usb
         /// <summary>
         /// Finalizes an instance of the UsbConfiguration class.
         /// </summary>
+        /// <since_tizen> 5 </since_tizen>
         ~UsbConfiguration()
         {
             Dispose(false);
@@ -187,4 +188,4 @@ namespace Tizen.System.Usb
         }
         #endregion
     }
-}
\ No newline at end of file
+}