Add missing XML documentation.

This commit is contained in:
2019-04-24 00:17:34 +01:00
parent 06a5242bc2
commit 912e32f1e2

View File

@@ -62,6 +62,9 @@ namespace Claunia.RsrcFork
Init();
}
/// <summary>
/// Cleans up this instances and closes the underlying stream.
/// </summary>
~ResourceFork()
{
if(rsrcStream != null)