- add function header

pull/26/head
Simon Gockner 6 years ago
parent 90f6cbd8ab
commit eafbcbaa8a
  1. 5
      GBase/GBaseEntry.cs

@ -2,6 +2,7 @@
// Created: 2020-01-27 // Created: 2020-01-27
// Copyright(c) 2020 SimonG. All Rights Reserved. // Copyright(c) 2020 SimonG. All Rights Reserved.
using System;
using System.Threading.Tasks; using System.Threading.Tasks;
using GBase.Interfaces; using GBase.Interfaces;
@ -20,6 +21,10 @@ namespace GBase
} }
/// <summary>
/// The <see cref="IAsyncDisposable.DisposeAsync"/> method
/// </summary>
/// <returns>A <see cref="ValueTask"/> to await</returns>
public async ValueTask DisposeAsync() public async ValueTask DisposeAsync()
{ {

Loading…
Cancel
Save