Skip to content

Commit

Permalink
Refreshed docs for 5.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Aug 30, 2024
1 parent 8f44110 commit 7e8a128
Show file tree
Hide file tree
Showing 156 changed files with 5,079 additions and 797 deletions.
6 changes: 6 additions & 0 deletions api/DotNext.Activator-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@ <h3 id="extensionmethods">Extension Methods</h3>
<div>
<a class="xref" href="DotNext.BasicExtensions.html#DotNext_BasicExtensions_IsOneOf__1___0_System_ReadOnlySpan___0__">BasicExtensions.IsOneOf&lt;T&gt;(T, ReadOnlySpan&lt;T&gt;)</a>
</div>
<div>
<a class="xref" href="DotNext.Collections.Generic.Collection.html#DotNext_Collections_Generic_Collection_ToAsyncEnumerator__2___0_System_Threading_CancellationToken_">Collection.ToAsyncEnumerator&lt;TEnumerator, T&gt;(TEnumerator, CancellationToken)</a>
</div>
<div>
<a class="xref" href="DotNext.Collections.Generic.Collection.html#DotNext_Collections_Generic_Collection_ToClassicEnumerator__2___0_">Collection.ToClassicEnumerator&lt;TEnumerator, T&gt;(TEnumerator)</a>
</div>
<div>
<a class="xref" href="DotNext.Collections.Generic.Enumerator.html#DotNext_Collections_Generic_Enumerator_Skip__2___0__System_Int32_">Enumerator.Skip&lt;TEnumerator, T&gt;(ref TEnumerator, int)</a>
</div>
Expand Down
10 changes: 5 additions & 5 deletions api/DotNext.BasicExtensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ <h5 id="DotNext_BasicExtensions_As__1___0__examples">Examples</h5>
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_BasicExtensions_Disclosed__1___0_.md&amp;value=---%0Auid%3A%20DotNext.BasicExtensions.Disclosed%60%601(%60%600)%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/DotNext/BasicExtensions.cs/#L157">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/DotNext/BasicExtensions.cs/#L158">View Source</a>
</span>
<a id="DotNext_BasicExtensions_Disclosed_" data-uid="DotNext.BasicExtensions.Disclosed*"></a>
<h4 id="DotNext_BasicExtensions_Disclosed__1___0_" data-uid="DotNext.BasicExtensions.Disclosed``1(``0)">Disclosed&lt;T&gt;(T)</h4>
Expand Down Expand Up @@ -259,7 +259,7 @@ <h5 id="DotNext_BasicExtensions_Disclosed__1___0__seealso">See Also</h5>
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_BasicExtensions_Enclosed__1___0_.md&amp;value=---%0Auid%3A%20DotNext.BasicExtensions.Enclosed%60%601(%60%600)%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/DotNext/BasicExtensions.cs/#L146">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/DotNext/BasicExtensions.cs/#L147">View Source</a>
</span>
<a id="DotNext_BasicExtensions_Enclosed_" data-uid="DotNext.BasicExtensions.Enclosed*"></a>
<h4 id="DotNext_BasicExtensions_Enclosed__1___0_" data-uid="DotNext.BasicExtensions.Enclosed``1(``0)">Enclosed&lt;T&gt;(T)</h4>
Expand Down Expand Up @@ -403,7 +403,7 @@ <h5 id="DotNext_BasicExtensions_GetUserData__1___0__remarks">Remarks</h5>
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_BasicExtensions_IsBetween__3___0___1___2_.md&amp;value=---%0Auid%3A%20DotNext.BasicExtensions.IsBetween%60%603(%60%600%2C%60%601%2C%60%602)%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/DotNext/BasicExtensions.cs/#L133">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/DotNext/BasicExtensions.cs/#L134">View Source</a>
</span>
<a id="DotNext_BasicExtensions_IsBetween_" data-uid="DotNext.BasicExtensions.IsBetween*"></a>
<h4 id="DotNext_BasicExtensions_IsBetween__3___0___1___2_" data-uid="DotNext.BasicExtensions.IsBetween``3(``0,``1,``2)">IsBetween&lt;T, TLowerBound, TUpperBound&gt;(T, TLowerBound, TUpperBound)</h4>
Expand Down Expand Up @@ -501,7 +501,7 @@ <h5 id="DotNext_BasicExtensions_IsBetween__3___0___1___2__seealso">See Also</h5>
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_BasicExtensions_IsNullOrEmpty_System_Array_.md&amp;value=---%0Auid%3A%20DotNext.BasicExtensions.IsNullOrEmpty(System.Array)%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/DotNext/BasicExtensions.cs/#L111">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/DotNext/BasicExtensions.cs/#L112">View Source</a>
</span>
<a id="DotNext_BasicExtensions_IsNullOrEmpty_" data-uid="DotNext.BasicExtensions.IsNullOrEmpty*"></a>
<h4 id="DotNext_BasicExtensions_IsNullOrEmpty_System_Array_" data-uid="DotNext.BasicExtensions.IsNullOrEmpty(System.Array)">IsNullOrEmpty(Array?)</h4>
Expand Down Expand Up @@ -628,7 +628,7 @@ <h5 id="DotNext_BasicExtensions_IsOneOf__1___0_System_ReadOnlySpan___0___remarks
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_BasicExtensions_TryGetValue__1_System_Nullable___0____0__.md&amp;value=---%0Auid%3A%20DotNext.BasicExtensions.TryGetValue%60%601(System.Nullable%7B%60%600%7D%2C%60%600%40)%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/DotNext/BasicExtensions.cs/#L99">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/DotNext/BasicExtensions.cs/#L100">View Source</a>
</span>
<a id="DotNext_BasicExtensions_TryGetValue_" data-uid="DotNext.BasicExtensions.TryGetValue*"></a>
<h4 id="DotNext_BasicExtensions_TryGetValue__1_System_Nullable___0____0__" data-uid="DotNext.BasicExtensions.TryGetValue``1(System.Nullable{``0},``0@)">TryGetValue&lt;T&gt;(T?, out T)</h4>
Expand Down
6 changes: 6 additions & 0 deletions api/DotNext.Buffers.Binary.Blittable-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,12 @@ <h3 id="extensionmethods">Extension Methods</h3>
<div>
<a class="xref" href="DotNext.BasicExtensions.html#DotNext_BasicExtensions_IsOneOf__1___0_System_ReadOnlySpan___0__">BasicExtensions.IsOneOf&lt;T&gt;(T, ReadOnlySpan&lt;T&gt;)</a>
</div>
<div>
<a class="xref" href="DotNext.Collections.Generic.Collection.html#DotNext_Collections_Generic_Collection_ToAsyncEnumerator__2___0_System_Threading_CancellationToken_">Collection.ToAsyncEnumerator&lt;TEnumerator, T&gt;(TEnumerator, CancellationToken)</a>
</div>
<div>
<a class="xref" href="DotNext.Collections.Generic.Collection.html#DotNext_Collections_Generic_Collection_ToClassicEnumerator__2___0_">Collection.ToClassicEnumerator&lt;TEnumerator, T&gt;(TEnumerator)</a>
</div>
<div>
<a class="xref" href="DotNext.Collections.Generic.Enumerator.html#DotNext_Collections_Generic_Enumerator_Skip__2___0__System_Int32_">Enumerator.Skip&lt;TEnumerator, T&gt;(ref TEnumerator, int)</a>
</div>
Expand Down
6 changes: 6 additions & 0 deletions api/DotNext.Buffers.BufferConsumer-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,12 @@ <h3 id="extensionmethods">Extension Methods</h3>
<div>
<a class="xref" href="DotNext.BasicExtensions.html#DotNext_BasicExtensions_IsOneOf__1___0_System_ReadOnlySpan___0__">BasicExtensions.IsOneOf&lt;T&gt;(T, ReadOnlySpan&lt;T&gt;)</a>
</div>
<div>
<a class="xref" href="DotNext.Collections.Generic.Collection.html#DotNext_Collections_Generic_Collection_ToAsyncEnumerator__2___0_System_Threading_CancellationToken_">Collection.ToAsyncEnumerator&lt;TEnumerator, T&gt;(TEnumerator, CancellationToken)</a>
</div>
<div>
<a class="xref" href="DotNext.Collections.Generic.Collection.html#DotNext_Collections_Generic_Collection_ToClassicEnumerator__2___0_">Collection.ToClassicEnumerator&lt;TEnumerator, T&gt;(TEnumerator)</a>
</div>
<div>
<a class="xref" href="DotNext.Collections.Generic.Enumerator.html#DotNext_Collections_Generic_Enumerator_Skip__2___0__System_Int32_">Enumerator.Skip&lt;TEnumerator, T&gt;(ref TEnumerator, int)</a>
</div>
Expand Down
6 changes: 6 additions & 0 deletions api/DotNext.Buffers.DelegatingReadOnlySpanConsumer-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,12 @@ <h3 id="extensionmethods">Extension Methods</h3>
<div>
<a class="xref" href="DotNext.BasicExtensions.html#DotNext_BasicExtensions_IsOneOf__1___0_System_ReadOnlySpan___0__">BasicExtensions.IsOneOf&lt;T&gt;(T, ReadOnlySpan&lt;T&gt;)</a>
</div>
<div>
<a class="xref" href="DotNext.Collections.Generic.Collection.html#DotNext_Collections_Generic_Collection_ToAsyncEnumerator__2___0_System_Threading_CancellationToken_">Collection.ToAsyncEnumerator&lt;TEnumerator, T&gt;(TEnumerator, CancellationToken)</a>
</div>
<div>
<a class="xref" href="DotNext.Collections.Generic.Collection.html#DotNext_Collections_Generic_Collection_ToClassicEnumerator__2___0_">Collection.ToClassicEnumerator&lt;TEnumerator, T&gt;(TEnumerator)</a>
</div>
<div>
<a class="xref" href="DotNext.Collections.Generic.Enumerator.html#DotNext_Collections_Generic_Enumerator_Skip__2___0__System_Int32_">Enumerator.Skip&lt;TEnumerator, T&gt;(ref TEnumerator, int)</a>
</div>
Expand Down
6 changes: 6 additions & 0 deletions api/DotNext.Buffers.MemoryOwner-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,12 @@ <h3 id="extensionmethods">Extension Methods</h3>
<div>
<a class="xref" href="DotNext.Buffers.Memory.html#DotNext_Buffers_Memory_Resize__1_DotNext_Buffers_MemoryOwner___0___System_Int32_DotNext_Buffers_MemoryAllocator___0__">Memory.Resize&lt;T&gt;(ref MemoryOwner&lt;T&gt;, int, MemoryAllocator&lt;T&gt;?)</a>
</div>
<div>
<a class="xref" href="DotNext.Collections.Generic.Collection.html#DotNext_Collections_Generic_Collection_ToAsyncEnumerator__2___0_System_Threading_CancellationToken_">Collection.ToAsyncEnumerator&lt;TEnumerator, T&gt;(TEnumerator, CancellationToken)</a>
</div>
<div>
<a class="xref" href="DotNext.Collections.Generic.Collection.html#DotNext_Collections_Generic_Collection_ToClassicEnumerator__2___0_">Collection.ToClassicEnumerator&lt;TEnumerator, T&gt;(TEnumerator)</a>
</div>
<div>
<a class="xref" href="DotNext.Collections.Generic.Enumerator.html#DotNext_Collections_Generic_Enumerator_Skip__2___0__System_Int32_">Enumerator.Skip&lt;TEnumerator, T&gt;(ref TEnumerator, int)</a>
</div>
Expand Down
6 changes: 6 additions & 0 deletions api/DotNext.Buffers.ReadOnlySpanConsumer-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,12 @@ <h3 id="extensionmethods">Extension Methods</h3>
<div>
<a class="xref" href="DotNext.BasicExtensions.html#DotNext_BasicExtensions_IsOneOf__1___0_System_ReadOnlySpan___0__">BasicExtensions.IsOneOf&lt;T&gt;(T, ReadOnlySpan&lt;T&gt;)</a>
</div>
<div>
<a class="xref" href="DotNext.Collections.Generic.Collection.html#DotNext_Collections_Generic_Collection_ToAsyncEnumerator__2___0_System_Threading_CancellationToken_">Collection.ToAsyncEnumerator&lt;TEnumerator, T&gt;(TEnumerator, CancellationToken)</a>
</div>
<div>
<a class="xref" href="DotNext.Collections.Generic.Collection.html#DotNext_Collections_Generic_Collection_ToClassicEnumerator__2___0_">Collection.ToClassicEnumerator&lt;TEnumerator, T&gt;(TEnumerator)</a>
</div>
<div>
<a class="xref" href="DotNext.Collections.Generic.Enumerator.html#DotNext_Collections_Generic_Enumerator_Skip__2___0__System_Int32_">Enumerator.Skip&lt;TEnumerator, T&gt;(ref TEnumerator, int)</a>
</div>
Expand Down
6 changes: 6 additions & 0 deletions api/DotNext.Buffers.SparseBufferGrowth.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ <h3 id="extensionmethods">Extension Methods</h3>
<div>
<a class="xref" href="DotNext.BasicExtensions.html#DotNext_BasicExtensions_IsOneOf__1___0_System_ReadOnlySpan___0__">BasicExtensions.IsOneOf&lt;SparseBufferGrowth&gt;(SparseBufferGrowth, ReadOnlySpan&lt;SparseBufferGrowth&gt;)</a>
</div>
<div>
<a class="xref" href="DotNext.Collections.Generic.Collection.html#DotNext_Collections_Generic_Collection_ToAsyncEnumerator__2___0_System_Threading_CancellationToken_">Collection.ToAsyncEnumerator&lt;SparseBufferGrowth, T&gt;(SparseBufferGrowth, CancellationToken)</a>
</div>
<div>
<a class="xref" href="DotNext.Collections.Generic.Collection.html#DotNext_Collections_Generic_Collection_ToClassicEnumerator__2___0_">Collection.ToClassicEnumerator&lt;SparseBufferGrowth, T&gt;(SparseBufferGrowth)</a>
</div>
<div>
<a class="xref" href="DotNext.Collections.Generic.Enumerator.html#DotNext_Collections_Generic_Enumerator_Skip__2___0__System_Int32_">Enumerator.Skip&lt;SparseBufferGrowth, T&gt;(ref SparseBufferGrowth, int)</a>
</div>
Expand Down
Loading

0 comments on commit 7e8a128

Please sign in to comment.