Fix XML Doc Build Warning for Nfc
[platform/core/csapi/tizenfx.git] / src / Tizen.Network.Nfc / Tizen.Network.Nfc / NfcNdefRecord.cs
index 25d330d..0eb894e 100755 (executable)
@@ -283,12 +283,18 @@ namespace Tizen.Network.Nfc
                 NfcErrorFactory.ThrowNfcException(ret);
             }
         }
-        
+
+        /// <summary>
+        /// NfcNdefRecord destructor.
+        /// </summary>
         ~NfcNdefRecord()
         {
             Dispose(false);
         }
 
+        /// <summary>
+        /// Dispose
+        /// </summary>
         public void Dispose()
         {
             Dispose(true);