From 912e32f1e2c49015a5bd9793bee802a289691ada Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Wed, 24 Apr 2019 00:17:34 +0100 Subject: [PATCH] Add missing XML documentation. --- Claunia.RsrcFork/ResourceFork.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Claunia.RsrcFork/ResourceFork.cs b/Claunia.RsrcFork/ResourceFork.cs index ecc2afc..ce32353 100644 --- a/Claunia.RsrcFork/ResourceFork.cs +++ b/Claunia.RsrcFork/ResourceFork.cs @@ -62,6 +62,9 @@ namespace Claunia.RsrcFork Init(); } + /// + /// Cleans up this instances and closes the underlying stream. + /// ~ResourceFork() { if(rsrcStream != null)