Files
PURErat-crack-scode/decompiled/Libraries/microsoft.bcl.asyncinterfaces/System/IAsyncDisposable.cs
T
2026-08-27 10:56:38 -06:00

9 lines
115 B
C#

using System.Threading.Tasks;
namespace System;
public interface IAsyncDisposable
{
ValueTask DisposeAsync();
}