Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nd1012 authored and github-actions[bot] committed Oct 27, 2024
1 parent d62e7d0 commit 6353f83
Show file tree
Hide file tree
Showing 95 changed files with 728 additions and 559 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ <h5>Implements</h5>
<div><a class="xref" href="wan24.Crypto.IAsymmetricPrivateKey.html">IAsymmetricPrivateKey</a></div>
<div><a class="xref" href="wan24.Crypto.IAsymmetricKey.html">IAsymmetricKey</a></div>
<div><span class="xref">IDisposableObject</span></div>
<div><span class="xref">IBasicDisposableObject</span></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iasyncdisposable">IAsyncDisposable</a></div>
<div><span class="xref">IStreamSerializerVersion</span></div>
Expand Down Expand Up @@ -255,7 +256,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="wan24.html">wan24</a>.<a c
<h6><strong>Assembly</strong>: wan24Crypto.dll</h6>
<h5 id="wan24_Crypto_AsymmetricEcDiffieHellmanPrivateKey_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed record AsymmetricEcDiffieHellmanPrivateKey : AsymmetricPrivateKeyBase&lt;AsymmetricEcDiffieHellmanPublicKey, AsymmetricEcDiffieHellmanPrivateKey&gt;, IWillDispose, IEquatable&lt;DisposableRecordBase&gt;, IObjectValidatable, IValidatableObject, IEquatable&lt;DisposableStreamSerializerRecordBase&gt;, IEquatable&lt;AsymmetricKeyBase&gt;, IEquatable&lt;AsymmetricPrivateKeyBase&lt;AsymmetricEcDiffieHellmanPublicKey, AsymmetricEcDiffieHellmanPrivateKey&gt;&gt;, IKeyExchangePrivateKey, IAsymmetricPrivateKey, IAsymmetricKey, IDisposableObject, IDisposable, IAsyncDisposable, IStreamSerializerVersion, IStreamSerializer, IStatusProvider, IKeyExchange, IEquatable&lt;AsymmetricEcDiffieHellmanPrivateKey&gt;</code></pre>
<pre><code class="lang-csharp hljs">public sealed record AsymmetricEcDiffieHellmanPrivateKey : AsymmetricPrivateKeyBase&lt;AsymmetricEcDiffieHellmanPublicKey, AsymmetricEcDiffieHellmanPrivateKey&gt;, IWillDispose, IEquatable&lt;DisposableRecordBase&gt;, IObjectValidatable, IValidatableObject, IEquatable&lt;DisposableStreamSerializerRecordBase&gt;, IEquatable&lt;AsymmetricKeyBase&gt;, IEquatable&lt;AsymmetricPrivateKeyBase&lt;AsymmetricEcDiffieHellmanPublicKey, AsymmetricEcDiffieHellmanPrivateKey&gt;&gt;, IKeyExchangePrivateKey, IAsymmetricPrivateKey, IAsymmetricKey, IDisposableObject, IBasicDisposableObject, IDisposable, IAsyncDisposable, IStreamSerializerVersion, IStreamSerializer, IStatusProvider, IKeyExchange, IEquatable&lt;AsymmetricEcDiffieHellmanPrivateKey&gt;</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down Expand Up @@ -801,6 +802,9 @@ <h3 id="implements">Implements</h3>
<div>
<span class="xref">wan24.Core.IDisposableObject</span>
</div>
<div>
<span class="xref">wan24.Core.IBasicDisposableObject</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ <h5>Implements</h5>
<div><a class="xref" href="wan24.Crypto.IAsymmetricPublicKey.html">IAsymmetricPublicKey</a></div>
<div><a class="xref" href="wan24.Crypto.IAsymmetricKey.html">IAsymmetricKey</a></div>
<div><span class="xref">IDisposableObject</span></div>
<div><span class="xref">IBasicDisposableObject</span></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iasyncdisposable">IAsyncDisposable</a></div>
<div><span class="xref">IStreamSerializerVersion</span></div>
Expand Down Expand Up @@ -232,7 +233,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="wan24.html">wan24</a>.<a c
<h6><strong>Assembly</strong>: wan24Crypto.dll</h6>
<h5 id="wan24_Crypto_AsymmetricEcDiffieHellmanPublicKey_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed record AsymmetricEcDiffieHellmanPublicKey : AsymmetricPublicKeyBase, IWillDispose, IEquatable&lt;DisposableRecordBase&gt;, IObjectValidatable, IValidatableObject, IEquatable&lt;DisposableStreamSerializerRecordBase&gt;, IEquatable&lt;AsymmetricKeyBase&gt;, IAsymmetricPublicKey, IAsymmetricKey, IDisposableObject, IDisposable, IAsyncDisposable, IStreamSerializerVersion, IStreamSerializer, IStatusProvider, IEquatable&lt;AsymmetricPublicKeyBase&gt;, IEquatable&lt;AsymmetricEcDiffieHellmanPublicKey&gt;</code></pre>
<pre><code class="lang-csharp hljs">public sealed record AsymmetricEcDiffieHellmanPublicKey : AsymmetricPublicKeyBase, IWillDispose, IEquatable&lt;DisposableRecordBase&gt;, IObjectValidatable, IValidatableObject, IEquatable&lt;DisposableStreamSerializerRecordBase&gt;, IEquatable&lt;AsymmetricKeyBase&gt;, IAsymmetricPublicKey, IAsymmetricKey, IDisposableObject, IBasicDisposableObject, IDisposable, IAsyncDisposable, IStreamSerializerVersion, IStreamSerializer, IStatusProvider, IEquatable&lt;AsymmetricPublicKeyBase&gt;, IEquatable&lt;AsymmetricEcDiffieHellmanPublicKey&gt;</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down Expand Up @@ -605,6 +606,9 @@ <h3 id="implements">Implements</h3>
<div>
<span class="xref">wan24.Core.IDisposableObject</span>
</div>
<div>
<span class="xref">wan24.Core.IBasicDisposableObject</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a>
</div>
Expand Down
6 changes: 5 additions & 1 deletion docs/api/wan24.Crypto.AsymmetricEcDsaPrivateKey.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ <h5>Implements</h5>
<div><a class="xref" href="wan24.Crypto.IAsymmetricPrivateKey.html">IAsymmetricPrivateKey</a></div>
<div><a class="xref" href="wan24.Crypto.IAsymmetricKey.html">IAsymmetricKey</a></div>
<div><span class="xref">IDisposableObject</span></div>
<div><span class="xref">IBasicDisposableObject</span></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iasyncdisposable">IAsyncDisposable</a></div>
<div><span class="xref">IStreamSerializerVersion</span></div>
Expand Down Expand Up @@ -254,7 +255,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="wan24.html">wan24</a>.<a c
<h6><strong>Assembly</strong>: wan24Crypto.dll</h6>
<h5 id="wan24_Crypto_AsymmetricEcDsaPrivateKey_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed record AsymmetricEcDsaPrivateKey : AsymmetricPrivateKeyBase&lt;AsymmetricEcDsaPublicKey, AsymmetricEcDsaPrivateKey&gt;, IWillDispose, IEquatable&lt;DisposableRecordBase&gt;, IObjectValidatable, IValidatableObject, IEquatable&lt;DisposableStreamSerializerRecordBase&gt;, IEquatable&lt;AsymmetricKeyBase&gt;, IEquatable&lt;AsymmetricPrivateKeyBase&lt;AsymmetricEcDsaPublicKey, AsymmetricEcDsaPrivateKey&gt;&gt;, ISignaturePrivateKey, IAsymmetricPrivateKey, IAsymmetricKey, IDisposableObject, IDisposable, IAsyncDisposable, IStreamSerializerVersion, IStreamSerializer, IStatusProvider, IEquatable&lt;AsymmetricEcDsaPrivateKey&gt;</code></pre>
<pre><code class="lang-csharp hljs">public sealed record AsymmetricEcDsaPrivateKey : AsymmetricPrivateKeyBase&lt;AsymmetricEcDsaPublicKey, AsymmetricEcDsaPrivateKey&gt;, IWillDispose, IEquatable&lt;DisposableRecordBase&gt;, IObjectValidatable, IValidatableObject, IEquatable&lt;DisposableStreamSerializerRecordBase&gt;, IEquatable&lt;AsymmetricKeyBase&gt;, IEquatable&lt;AsymmetricPrivateKeyBase&lt;AsymmetricEcDsaPublicKey, AsymmetricEcDsaPrivateKey&gt;&gt;, ISignaturePrivateKey, IAsymmetricPrivateKey, IAsymmetricKey, IDisposableObject, IBasicDisposableObject, IDisposable, IAsyncDisposable, IStreamSerializerVersion, IStreamSerializer, IStatusProvider, IEquatable&lt;AsymmetricEcDsaPrivateKey&gt;</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down Expand Up @@ -697,6 +698,9 @@ <h3 id="implements">Implements</h3>
<div>
<span class="xref">wan24.Core.IDisposableObject</span>
</div>
<div>
<span class="xref">wan24.Core.IBasicDisposableObject</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a>
</div>
Expand Down
6 changes: 5 additions & 1 deletion docs/api/wan24.Crypto.AsymmetricEcDsaPublicKey.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ <h5>Implements</h5>
<div><a class="xref" href="wan24.Crypto.IAsymmetricPublicKey.html">IAsymmetricPublicKey</a></div>
<div><a class="xref" href="wan24.Crypto.IAsymmetricKey.html">IAsymmetricKey</a></div>
<div><span class="xref">IDisposableObject</span></div>
<div><span class="xref">IBasicDisposableObject</span></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iasyncdisposable">IAsyncDisposable</a></div>
<div><span class="xref">IStreamSerializerVersion</span></div>
Expand Down Expand Up @@ -230,7 +231,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="wan24.html">wan24</a>.<a c
<h6><strong>Assembly</strong>: wan24Crypto.dll</h6>
<h5 id="wan24_Crypto_AsymmetricEcDsaPublicKey_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed record AsymmetricEcDsaPublicKey : AsymmetricPublicKeyBase, IWillDispose, IEquatable&lt;DisposableRecordBase&gt;, IObjectValidatable, IValidatableObject, IEquatable&lt;DisposableStreamSerializerRecordBase&gt;, IEquatable&lt;AsymmetricKeyBase&gt;, IEquatable&lt;AsymmetricPublicKeyBase&gt;, ISignaturePublicKey, IAsymmetricPublicKey, IAsymmetricKey, IDisposableObject, IDisposable, IAsyncDisposable, IStreamSerializerVersion, IStreamSerializer, IStatusProvider, IEquatable&lt;AsymmetricEcDsaPublicKey&gt;</code></pre>
<pre><code class="lang-csharp hljs">public sealed record AsymmetricEcDsaPublicKey : AsymmetricPublicKeyBase, IWillDispose, IEquatable&lt;DisposableRecordBase&gt;, IObjectValidatable, IValidatableObject, IEquatable&lt;DisposableStreamSerializerRecordBase&gt;, IEquatable&lt;AsymmetricKeyBase&gt;, IEquatable&lt;AsymmetricPublicKeyBase&gt;, ISignaturePublicKey, IAsymmetricPublicKey, IAsymmetricKey, IDisposableObject, IBasicDisposableObject, IDisposable, IAsyncDisposable, IStreamSerializerVersion, IStreamSerializer, IStatusProvider, IEquatable&lt;AsymmetricEcDsaPublicKey&gt;</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down Expand Up @@ -692,6 +693,9 @@ <h3 id="implements">Implements</h3>
<div>
<span class="xref">wan24.Core.IDisposableObject</span>
</div>
<div>
<span class="xref">wan24.Core.IBasicDisposableObject</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a>
</div>
Expand Down
6 changes: 5 additions & 1 deletion docs/api/wan24.Crypto.AsymmetricKeyBase.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ <h5>Implements</h5>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<span class="xref">DisposableStreamSerializerRecordBase</span>&gt;</div>
<div><a class="xref" href="wan24.Crypto.IAsymmetricKey.html">IAsymmetricKey</a></div>
<div><span class="xref">IDisposableObject</span></div>
<div><span class="xref">IBasicDisposableObject</span></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iasyncdisposable">IAsyncDisposable</a></div>
<div><span class="xref">IStreamSerializerVersion</span></div>
Expand Down Expand Up @@ -253,7 +254,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="wan24.html">wan24</a>.<a c
<h6><strong>Assembly</strong>: wan24Crypto.dll</h6>
<h5 id="wan24_Crypto_AsymmetricKeyBase_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public abstract record AsymmetricKeyBase : DisposableStreamSerializerRecordBase, IWillDispose, IEquatable&lt;DisposableRecordBase&gt;, IObjectValidatable, IValidatableObject, IEquatable&lt;DisposableStreamSerializerRecordBase&gt;, IAsymmetricKey, IDisposableObject, IDisposable, IAsyncDisposable, IStreamSerializerVersion, IStreamSerializer, IStatusProvider, IEquatable&lt;AsymmetricKeyBase&gt;</code></pre>
<pre><code class="lang-csharp hljs">public abstract record AsymmetricKeyBase : DisposableStreamSerializerRecordBase, IWillDispose, IEquatable&lt;DisposableRecordBase&gt;, IObjectValidatable, IValidatableObject, IEquatable&lt;DisposableStreamSerializerRecordBase&gt;, IAsymmetricKey, IDisposableObject, IBasicDisposableObject, IDisposable, IAsyncDisposable, IStreamSerializerVersion, IStreamSerializer, IStatusProvider, IEquatable&lt;AsymmetricKeyBase&gt;</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down Expand Up @@ -1118,6 +1119,9 @@ <h3 id="implements">Implements</h3>
<div>
<span class="xref">wan24.Core.IDisposableObject</span>
</div>
<div>
<span class="xref">wan24.Core.IBasicDisposableObject</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a>
</div>
Expand Down
10 changes: 7 additions & 3 deletions docs/api/wan24.Crypto.AsymmetricKeyPool-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,15 @@ <h5>Inheritance</h5>
<div class="implements">
<h5>Implements</h5>
<div><span class="xref">IWillDispose</span></div>
<div><span class="xref">IDisposableObject</span></div>
<div><span class="xref">IExportUserActions</span></div>
<div><span class="xref">IInstancePool</span>&lt;T&gt;</div>
<div><a class="xref" href="wan24.Crypto.IAsymmetricKeyPool.html">IAsymmetricKeyPool</a></div>
<div><span class="xref">IInstancePool</span></div>
<div><span class="xref">IServiceWorkerStatus</span></div>
<div><span class="xref">IServiceWorker</span></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.extensions.hosting.ihostedservice">IHostedService</a></div>
<div><span class="xref">IDisposableObject</span></div>
<div><span class="xref">IBasicDisposableObject</span></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iasyncdisposable">IAsyncDisposable</a></div>
<div><span class="xref">IStatusProvider</span></div>
Expand Down Expand Up @@ -257,7 +258,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="wan24.html">wan24</a>.<a c
<h6><strong>Assembly</strong>: wan24Crypto.dll</h6>
<h5 id="wan24_Crypto_AsymmetricKeyPool_1_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed class AsymmetricKeyPool&lt;T&gt; : InstancePool&lt;T&gt;, IWillDispose, IExportUserActions, IInstancePool&lt;T&gt;, IAsymmetricKeyPool, IInstancePool, IServiceWorkerStatus, IServiceWorker, IHostedService, IDisposableObject, IDisposable, IAsyncDisposable, IStatusProvider where T : class, IAsymmetricPrivateKey, new()</code></pre>
<pre><code class="lang-csharp hljs">public sealed class AsymmetricKeyPool&lt;T&gt; : InstancePool&lt;T&gt;, IWillDispose, IDisposableObject, IExportUserActions, IInstancePool&lt;T&gt;, IAsymmetricKeyPool, IInstancePool, IServiceWorkerStatus, IServiceWorker, IHostedService, IBasicDisposableObject, IDisposable, IAsyncDisposable, IStatusProvider where T : class, IAsymmetricPrivateKey, new()</code></pre>
</div>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down Expand Up @@ -321,6 +322,9 @@ <h3 id="implements">Implements</h3>
<div>
<span class="xref">wan24.Core.IWillDispose</span>
</div>
<div>
<span class="xref">wan24.Core.IDisposableObject</span>
</div>
<div>
<span class="xref">wan24.Core.IExportUserActions</span>
</div>
Expand All @@ -343,7 +347,7 @@ <h3 id="implements">Implements</h3>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.extensions.hosting.ihostedservice">IHostedService</a>
</div>
<div>
<span class="xref">wan24.Core.IDisposableObject</span>
<span class="xref">wan24.Core.IBasicDisposableObject</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a>
Expand Down
10 changes: 7 additions & 3 deletions docs/api/wan24.Crypto.AsymmetricKeySignerService.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,15 @@ <h5>Inheritance</h5>
<div class="implements">
<h5>Implements</h5>
<div><span class="xref">IWillDispose</span></div>
<div><span class="xref">IDisposableObject</span></div>
<div><span class="xref">IExportUserActions</span></div>
<div><span class="xref">IParallelQueueWorker</span></div>
<div><span class="xref">IItemQueueWorker</span>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action">Action</a>&gt;</div>
<div><span class="xref">IQueueWorker</span></div>
<div><span class="xref">IServiceWorkerStatus</span></div>
<div><span class="xref">IServiceWorker</span></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.extensions.hosting.ihostedservice">IHostedService</a></div>
<div><span class="xref">IDisposableObject</span></div>
<div><span class="xref">IBasicDisposableObject</span></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iasyncdisposable">IAsyncDisposable</a></div>
<div><span class="xref">IStatusProvider</span></div>
Expand Down Expand Up @@ -305,7 +306,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="wan24.html">wan24</a>.<a c
<h6><strong>Assembly</strong>: wan24Crypto.dll</h6>
<h5 id="wan24_Crypto_AsymmetricKeySignerService_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed class AsymmetricKeySignerService : ParallelItemQueueWorkerBase&lt;Action&gt;, IWillDispose, IExportUserActions, IParallelQueueWorker, IItemQueueWorker&lt;Action&gt;, IQueueWorker, IServiceWorkerStatus, IServiceWorker, IHostedService, IDisposableObject, IDisposable, IAsyncDisposable, IStatusProvider, IProducerConsumerCollection&lt;QueueWorker.Task_Delegate&gt;, IEnumerable&lt;QueueWorker.Task_Delegate&gt;, ICollection, IEnumerable</code></pre>
<pre><code class="lang-csharp hljs">public sealed class AsymmetricKeySignerService : ParallelItemQueueWorkerBase&lt;Action&gt;, IWillDispose, IDisposableObject, IExportUserActions, IParallelQueueWorker, IItemQueueWorker&lt;Action&gt;, IQueueWorker, IServiceWorkerStatus, IServiceWorker, IHostedService, IBasicDisposableObject, IDisposable, IAsyncDisposable, IStatusProvider, IProducerConsumerCollection&lt;QueueWorker.Task_Delegate&gt;, IEnumerable&lt;QueueWorker.Task_Delegate&gt;, ICollection, IEnumerable</code></pre>
</div>
<h5 id="wan24_Crypto_AsymmetricKeySignerService_remarks"><strong>Remarks</strong></h5>
<div class="markdown level0 remarks"><p>Constructor</p>
Expand Down Expand Up @@ -544,6 +545,9 @@ <h3 id="implements">Implements</h3>
<div>
<span class="xref">wan24.Core.IWillDispose</span>
</div>
<div>
<span class="xref">wan24.Core.IDisposableObject</span>
</div>
<div>
<span class="xref">wan24.Core.IExportUserActions</span>
</div>
Expand All @@ -566,7 +570,7 @@ <h3 id="implements">Implements</h3>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.extensions.hosting.ihostedservice">IHostedService</a>
</div>
<div>
<span class="xref">wan24.Core.IDisposableObject</span>
<span class="xref">wan24.Core.IBasicDisposableObject</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a>
Expand Down
Loading

0 comments on commit 6353f83

Please sign in to comment.