Skip to content

Commit

Permalink
Docs for 5.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Jan 3, 2025
1 parent f17530c commit 98011d7
Show file tree
Hide file tree
Showing 77 changed files with 702 additions and 447 deletions.
6 changes: 3 additions & 3 deletions api/DotNext.BasicExtensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ <h4 id="DotNext_BasicExtensions_Disclosed__1___0_" data-uid="DotNext.BasicExtens
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static DisclosedEndpoint&lt;T&gt; Disclosed&lt;T&gt;(this T value) where T : notnull, IComparable&lt;T&gt;</code></pre>
<pre><code class="lang-csharp hljs">public static DisclosedEndpoint&lt;T&gt; Disclosed&lt;T&gt;(this T value) where T : IComparable&lt;T&gt;</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down Expand Up @@ -268,7 +268,7 @@ <h4 id="DotNext_BasicExtensions_Enclosed__1___0_" data-uid="DotNext.BasicExtensi
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static EnclosedEndpoint&lt;T&gt; Enclosed&lt;T&gt;(this T value) where T : notnull, IComparable&lt;T&gt;</code></pre>
<pre><code class="lang-csharp hljs">public static EnclosedEndpoint&lt;T&gt; Enclosed&lt;T&gt;(this T value) where T : IComparable&lt;T&gt;</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down Expand Up @@ -412,7 +412,7 @@ <h4 id="DotNext_BasicExtensions_IsBetween__3___0___1___2_" data-uid="DotNext.Bas
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsBetween&lt;T, TLowerBound, TUpperBound&gt;(this T value, TLowerBound lowerBound, TUpperBound upperBound) where T : notnull where TLowerBound : notnull, IRangeEndpoint&lt;T&gt; where TUpperBound : notnull, IRangeEndpoint&lt;T&gt;</code></pre>
<pre><code class="lang-csharp hljs">public static bool IsBetween&lt;T, TLowerBound, TUpperBound&gt;(this T value, TLowerBound lowerBound, TUpperBound upperBound) where T : notnull where TLowerBound : IRangeEndpoint&lt;T&gt; where TUpperBound : IRangeEndpoint&lt;T&gt;</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down
2 changes: 1 addition & 1 deletion api/DotNext.Buffers.Binary.IBinaryFormattable-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="DotNext.html">DotNext</a>.
<h6><strong>Assembly</strong>: DotNext.dll</h6>
<h5 id="DotNext_Buffers_Binary_IBinaryFormattable_1_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public interface IBinaryFormattable&lt;TSelf&gt; where TSelf : notnull, IBinaryFormattable&lt;TSelf&gt;</code></pre>
<pre><code class="lang-csharp hljs">public interface IBinaryFormattable&lt;out TSelf&gt; where TSelf : IBinaryFormattable&lt;out TSelf&gt;</code></pre>
</div>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down
4 changes: 2 additions & 2 deletions api/DotNext.Buffers.BufferWriter.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ <h4 id="DotNext_Buffers_BufferWriter_Format__1_System_Buffers_IBufferWriter_Syst
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static long Format&lt;T&gt;(this IBufferWriter&lt;byte&gt; writer, T value, in EncodingContext context, LengthFormat? lengthFormat, ReadOnlySpan&lt;char&gt; format = default, IFormatProvider? provider = null, MemoryAllocator&lt;char&gt;? allocator = null) where T : notnull, ISpanFormattable</code></pre>
<pre><code class="lang-csharp hljs">public static long Format&lt;T&gt;(this IBufferWriter&lt;byte&gt; writer, T value, in EncodingContext context, LengthFormat? lengthFormat, ReadOnlySpan&lt;char&gt; format = default, IFormatProvider? provider = null, MemoryAllocator&lt;char&gt;? allocator = null) where T : ISpanFormattable</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down Expand Up @@ -430,7 +430,7 @@ <h4 id="DotNext_Buffers_BufferWriter_Format__1_System_Buffers_IBufferWriter_Syst
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static int Format&lt;T&gt;(this IBufferWriter&lt;byte&gt; writer, T value, LengthFormat? lengthFormat, ReadOnlySpan&lt;char&gt; format = default, IFormatProvider? provider = null) where T : notnull, IUtf8SpanFormattable</code></pre>
<pre><code class="lang-csharp hljs">public static int Format&lt;T&gt;(this IBufferWriter&lt;byte&gt; writer, T value, LengthFormat? lengthFormat, ReadOnlySpan&lt;char&gt; format = default, IFormatProvider? provider = null) where T : IUtf8SpanFormattable</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down
34 changes: 17 additions & 17 deletions api/DotNext.Buffers.ByteBuffer.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h4 id="DotNext_Buffers_ByteBuffer_Format__1_DotNext_Buffers_BufferWriterSlim_Sy
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static int Format&lt;T&gt;(this ref BufferWriterSlim&lt;byte&gt; writer, T value, ReadOnlySpan&lt;char&gt; format = default, IFormatProvider? provider = null) where T : notnull, IUtf8SpanFormattable</code></pre>
<pre><code class="lang-csharp hljs">public static int Format&lt;T&gt;(this ref BufferWriterSlim&lt;byte&gt; writer, T value, ReadOnlySpan&lt;char&gt; format = default, IFormatProvider? provider = null) where T : IUtf8SpanFormattable</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down Expand Up @@ -224,7 +224,7 @@ <h4 id="DotNext_Buffers_ByteBuffer_Format__1_System_Buffers_IBufferWriter_System
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static int Format&lt;T&gt;(this IBufferWriter&lt;byte&gt; writer, T value, ReadOnlySpan&lt;char&gt; format = default, IFormatProvider? provider = null) where T : notnull, IUtf8SpanFormattable</code></pre>
<pre><code class="lang-csharp hljs">public static int Format&lt;T&gt;(this IBufferWriter&lt;byte&gt; writer, T value, ReadOnlySpan&lt;char&gt; format = default, IFormatProvider? provider = null) where T : IUtf8SpanFormattable</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down Expand Up @@ -324,7 +324,7 @@ <h4 id="DotNext_Buffers_ByteBuffer_ReadBigEndian__1_DotNext_Buffers_SpanReader_S
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static T ReadBigEndian&lt;T&gt;(this ref SpanReader&lt;byte&gt; reader) where T : notnull, IBinaryInteger&lt;T&gt;</code></pre>
<pre><code class="lang-csharp hljs">public static T ReadBigEndian&lt;T&gt;(this ref SpanReader&lt;byte&gt; reader) where T : IBinaryInteger&lt;T&gt;</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down Expand Up @@ -456,7 +456,7 @@ <h4 id="DotNext_Buffers_ByteBuffer_ReadLittleEndian__1_DotNext_Buffers_SpanReade
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static T ReadLittleEndian&lt;T&gt;(this ref SpanReader&lt;byte&gt; reader) where T : notnull, IBinaryInteger&lt;T&gt;</code></pre>
<pre><code class="lang-csharp hljs">public static T ReadLittleEndian&lt;T&gt;(this ref SpanReader&lt;byte&gt; reader) where T : IBinaryInteger&lt;T&gt;</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down Expand Up @@ -522,7 +522,7 @@ <h4 id="DotNext_Buffers_ByteBuffer_Read__1_DotNext_Buffers_SpanReader_System_Byt
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static T Read&lt;T&gt;(this ref SpanReader&lt;byte&gt; reader) where T : notnull, IBinaryFormattable&lt;T&gt;</code></pre>
<pre><code class="lang-csharp hljs">public static T Read&lt;T&gt;(this ref SpanReader&lt;byte&gt; reader) where T : IBinaryFormattable&lt;T&gt;</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down Expand Up @@ -644,7 +644,7 @@ <h4 id="DotNext_Buffers_ByteBuffer_TryFormat__1_DotNext_Buffers_SpanWriter_Syste
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool TryFormat&lt;T&gt;(this ref SpanWriter&lt;byte&gt; writer, T value, ReadOnlySpan&lt;char&gt; format = default, IFormatProvider? provider = null) where T : notnull, IUtf8SpanFormattable</code></pre>
<pre><code class="lang-csharp hljs">public static bool TryFormat&lt;T&gt;(this ref SpanWriter&lt;byte&gt; writer, T value, ReadOnlySpan&lt;char&gt; format = default, IFormatProvider? provider = null) where T : IUtf8SpanFormattable</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down Expand Up @@ -729,7 +729,7 @@ <h4 id="DotNext_Buffers_ByteBuffer_TryRead__1_DotNext_Buffers_SpanReader_System_
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool TryRead&lt;T&gt;(this ref SpanReader&lt;byte&gt; reader, out T? value) where T : notnull, IBinaryFormattable&lt;T&gt;</code></pre>
<pre><code class="lang-csharp hljs">public static bool TryRead&lt;T&gt;(this ref SpanReader&lt;byte&gt; reader, out T? value) where T : IBinaryFormattable&lt;T&gt;</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down Expand Up @@ -871,7 +871,7 @@ <h4 id="DotNext_Buffers_ByteBuffer_TryWrite__1_DotNext_Buffers_SpanWriter_System
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool TryWrite&lt;T&gt;(this ref SpanWriter&lt;byte&gt; writer, T value) where T : notnull, IBinaryFormattable&lt;T&gt;</code></pre>
<pre><code class="lang-csharp hljs">public static bool TryWrite&lt;T&gt;(this ref SpanWriter&lt;byte&gt; writer, T value) where T : IBinaryFormattable&lt;T&gt;</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down Expand Up @@ -1112,7 +1112,7 @@ <h4 id="DotNext_Buffers_ByteBuffer_WriteBigEndian__1_DotNext_Buffers_BufferWrite
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static int WriteBigEndian&lt;T&gt;(this ref BufferWriterSlim&lt;byte&gt; writer, T value) where T : notnull, IBinaryInteger&lt;T&gt;</code></pre>
<pre><code class="lang-csharp hljs">public static int WriteBigEndian&lt;T&gt;(this ref BufferWriterSlim&lt;byte&gt; writer, T value) where T : IBinaryInteger&lt;T&gt;</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down Expand Up @@ -1200,7 +1200,7 @@ <h4 id="DotNext_Buffers_ByteBuffer_WriteBigEndian__1_DotNext_Buffers_SpanWriter_
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static int WriteBigEndian&lt;T&gt;(this ref SpanWriter&lt;byte&gt; writer, T value) where T : notnull, IBinaryInteger&lt;T&gt;</code></pre>
<pre><code class="lang-csharp hljs">public static int WriteBigEndian&lt;T&gt;(this ref SpanWriter&lt;byte&gt; writer, T value) where T : IBinaryInteger&lt;T&gt;</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down Expand Up @@ -1288,7 +1288,7 @@ <h4 id="DotNext_Buffers_ByteBuffer_WriteBigEndian__1_System_Buffers_IBufferWrite
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static int WriteBigEndian&lt;T&gt;(this IBufferWriter&lt;byte&gt; writer, T value) where T : notnull, IBinaryInteger&lt;T&gt;</code></pre>
<pre><code class="lang-csharp hljs">public static int WriteBigEndian&lt;T&gt;(this IBufferWriter&lt;byte&gt; writer, T value) where T : IBinaryInteger&lt;T&gt;</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down Expand Up @@ -1518,7 +1518,7 @@ <h4 id="DotNext_Buffers_ByteBuffer_WriteLittleEndian__1_DotNext_Buffers_BufferWr
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static int WriteLittleEndian&lt;T&gt;(this ref BufferWriterSlim&lt;byte&gt; writer, T value) where T : notnull, IBinaryInteger&lt;T&gt;</code></pre>
<pre><code class="lang-csharp hljs">public static int WriteLittleEndian&lt;T&gt;(this ref BufferWriterSlim&lt;byte&gt; writer, T value) where T : IBinaryInteger&lt;T&gt;</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down Expand Up @@ -1606,7 +1606,7 @@ <h4 id="DotNext_Buffers_ByteBuffer_WriteLittleEndian__1_DotNext_Buffers_SpanWrit
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static int WriteLittleEndian&lt;T&gt;(this ref SpanWriter&lt;byte&gt; writer, T value) where T : notnull, IBinaryInteger&lt;T&gt;</code></pre>
<pre><code class="lang-csharp hljs">public static int WriteLittleEndian&lt;T&gt;(this ref SpanWriter&lt;byte&gt; writer, T value) where T : IBinaryInteger&lt;T&gt;</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down Expand Up @@ -1694,7 +1694,7 @@ <h4 id="DotNext_Buffers_ByteBuffer_WriteLittleEndian__1_System_Buffers_IBufferWr
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static int WriteLittleEndian&lt;T&gt;(this IBufferWriter&lt;byte&gt; writer, T value) where T : notnull, IBinaryInteger&lt;T&gt;</code></pre>
<pre><code class="lang-csharp hljs">public static int WriteLittleEndian&lt;T&gt;(this IBufferWriter&lt;byte&gt; writer, T value) where T : IBinaryInteger&lt;T&gt;</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down Expand Up @@ -1782,7 +1782,7 @@ <h4 id="DotNext_Buffers_ByteBuffer_Write__1_DotNext_Buffers_BufferWriterSlim_Sys
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Write&lt;T&gt;(this ref BufferWriterSlim&lt;byte&gt; writer, T value) where T : notnull, IBinaryFormattable&lt;T&gt;</code></pre>
<pre><code class="lang-csharp hljs">public static void Write&lt;T&gt;(this ref BufferWriterSlim&lt;byte&gt; writer, T value) where T : IBinaryFormattable&lt;T&gt;</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down Expand Up @@ -1838,7 +1838,7 @@ <h4 id="DotNext_Buffers_ByteBuffer_Write__1_DotNext_Buffers_SpanWriter_System_By
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Write&lt;T&gt;(this ref SpanWriter&lt;byte&gt; writer, T value) where T : notnull, IBinaryFormattable&lt;T&gt;</code></pre>
<pre><code class="lang-csharp hljs">public static void Write&lt;T&gt;(this ref SpanWriter&lt;byte&gt; writer, T value) where T : IBinaryFormattable&lt;T&gt;</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down Expand Up @@ -1894,7 +1894,7 @@ <h4 id="DotNext_Buffers_ByteBuffer_Write__1_System_Buffers_IBufferWriter_System_
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Write&lt;T&gt;(this IBufferWriter&lt;byte&gt; writer, T value) where T : notnull, IBinaryFormattable&lt;T&gt;</code></pre>
<pre><code class="lang-csharp hljs">public static void Write&lt;T&gt;(this IBufferWriter&lt;byte&gt; writer, T value) where T : IBinaryFormattable&lt;T&gt;</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down
2 changes: 1 addition & 1 deletion api/DotNext.Buffers.CharBuffer.html
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ <h4 id="DotNext_Buffers_CharBuffer_TryFormat__1_DotNext_Buffers_SpanWriter_Syste
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool TryFormat&lt;T&gt;(this ref SpanWriter&lt;char&gt; writer, T value, scoped ReadOnlySpan&lt;char&gt; format = default, IFormatProvider? provider = null) where T : notnull, ISpanFormattable</code></pre>
<pre><code class="lang-csharp hljs">public static bool TryFormat&lt;T&gt;(this ref SpanWriter&lt;char&gt; writer, T value, scoped ReadOnlySpan&lt;char&gt; format = default, IFormatProvider? provider = null) where T : ISpanFormattable</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down
4 changes: 2 additions & 2 deletions api/DotNext.Buffers.IGrowableBuffer-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ <h4 id="DotNext_Buffers_IGrowableBuffer_1_CopyToAsync__1___0_System_Threading_Ca
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">ValueTask CopyToAsync&lt;TConsumer&gt;(TConsumer consumer, CancellationToken token) where TConsumer : notnull, ISupplier&lt;ReadOnlyMemory&lt;T&gt;, CancellationToken, ValueTask&gt;</code></pre>
<pre><code class="lang-csharp hljs">ValueTask CopyToAsync&lt;TConsumer&gt;(TConsumer consumer, CancellationToken token) where TConsumer : ISupplier&lt;ReadOnlyMemory&lt;T&gt;, CancellationToken, ValueTask&gt;</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down Expand Up @@ -389,7 +389,7 @@ <h4 id="DotNext_Buffers_IGrowableBuffer_1_CopyTo__1___0_" data-uid="DotNext.Buff
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void CopyTo&lt;TConsumer&gt;(TConsumer consumer) where TConsumer : notnull, IReadOnlySpanConsumer&lt;T&gt;</code></pre>
<pre><code class="lang-csharp hljs">void CopyTo&lt;TConsumer&gt;(TConsumer consumer) where TConsumer : IReadOnlySpanConsumer&lt;T&gt;</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down
2 changes: 1 addition & 1 deletion api/DotNext.Buffers.Memory.html
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ <h4 id="DotNext_Buffers_Memory_ReleaseAll__1_DotNext_Buffers_MemoryOwner___0___"
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ReleaseAll&lt;T&gt;(this ref MemoryOwner&lt;T&gt; owner) where T : notnull, IDisposable</code></pre>
<pre><code class="lang-csharp hljs">public static void ReleaseAll&lt;T&gt;(this ref MemoryOwner&lt;T&gt; owner) where T : IDisposable</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down
Loading

0 comments on commit 98011d7

Please sign in to comment.