From eafbcbaa8af7e996f9c738fcf3ec433defbe724b Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Tue, 3 Mar 2020 08:07:57 +0100 Subject: [PATCH] - add function header --- GBase/GBaseEntry.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/GBase/GBaseEntry.cs b/GBase/GBaseEntry.cs index d096e69..0cbab3b 100644 --- a/GBase/GBaseEntry.cs +++ b/GBase/GBaseEntry.cs @@ -2,6 +2,7 @@ // Created: 2020-01-27 // Copyright(c) 2020 SimonG. All Rights Reserved. +using System; using System.Threading.Tasks; using GBase.Interfaces; @@ -20,6 +21,10 @@ namespace GBase } + /// + /// The method + /// + /// A to await public async ValueTask DisposeAsync() {