Skip to content

Commit

Permalink
Docs for 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Jan 23, 2024
1 parent 30fdf29 commit 1feebe9
Show file tree
Hide file tree
Showing 12 changed files with 1,022 additions and 117 deletions.
20 changes: 10 additions & 10 deletions api/DotNext.Buffers.IGrowableBuffer-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h3 id="properties">Properties
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_Buffers_IGrowableBuffer_1_Capacity.md&amp;value=---%0Auid%3A%20DotNext.Buffers.IGrowableBuffer%601.Capacity%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/Buffers/IGrowableBuffer.cs/#L36">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/DotNext/Buffers/IGrowableBuffer.cs/#L35">View Source</a>
</span>
<a id="DotNext_Buffers_IGrowableBuffer_1_Capacity_" data-uid="DotNext.Buffers.IGrowableBuffer`1.Capacity*"></a>
<h4 id="DotNext_Buffers_IGrowableBuffer_1_Capacity" data-uid="DotNext.Buffers.IGrowableBuffer`1.Capacity">Capacity</h4>
Expand Down Expand Up @@ -161,7 +161,7 @@ <h5 class="propertyValue">Property Value</h5>
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_Buffers_IGrowableBuffer_1_WrittenCount.md&amp;value=---%0Auid%3A%20DotNext.Buffers.IGrowableBuffer%601.WrittenCount%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/Buffers/IGrowableBuffer.cs/#L29">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/DotNext/Buffers/IGrowableBuffer.cs/#L28">View Source</a>
</span>
<a id="DotNext_Buffers_IGrowableBuffer_1_WrittenCount_" data-uid="DotNext.Buffers.IGrowableBuffer`1.WrittenCount*"></a>
<h4 id="DotNext_Buffers_IGrowableBuffer_1_WrittenCount" data-uid="DotNext.Buffers.IGrowableBuffer`1.WrittenCount">WrittenCount</h4>
Expand Down Expand Up @@ -210,7 +210,7 @@ <h3 id="methods">Methods
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_Buffers_IGrowableBuffer_1_Clear.md&amp;value=---%0Auid%3A%20DotNext.Buffers.IGrowableBuffer%601.Clear%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/Buffers/IGrowableBuffer.cs/#L93">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/DotNext/Buffers/IGrowableBuffer.cs/#L92">View Source</a>
</span>
<a id="DotNext_Buffers_IGrowableBuffer_1_Clear_" data-uid="DotNext.Buffers.IGrowableBuffer`1.Clear*"></a>
<h4 id="DotNext_Buffers_IGrowableBuffer_1_Clear" data-uid="DotNext.Buffers.IGrowableBuffer`1.Clear">Clear()</h4>
Expand Down Expand Up @@ -242,7 +242,7 @@ <h5 class="exceptions">Exceptions</h5>
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_Buffers_IGrowableBuffer_1_CopyTo_System_Span__0__.md&amp;value=---%0Auid%3A%20DotNext.Buffers.IGrowableBuffer%601.CopyTo(System.Span%7B%600%7D)%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/Buffers/IGrowableBuffer.cs/#L87">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/DotNext/Buffers/IGrowableBuffer.cs/#L86">View Source</a>
</span>
<a id="DotNext_Buffers_IGrowableBuffer_1_CopyTo_" data-uid="DotNext.Buffers.IGrowableBuffer`1.CopyTo*"></a>
<h4 id="DotNext_Buffers_IGrowableBuffer_1_CopyTo_System_Span__0__" data-uid="DotNext.Buffers.IGrowableBuffer`1.CopyTo(System.Span{`0})">CopyTo(Span&lt;T&gt;)</h4>
Expand Down Expand Up @@ -308,7 +308,7 @@ <h5 class="exceptions">Exceptions</h5>
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_Buffers_IGrowableBuffer_1_CopyToAsync__1___0_System_Threading_CancellationToken_.md&amp;value=---%0Auid%3A%20DotNext.Buffers.IGrowableBuffer%601.CopyToAsync%60%601(%60%600%2CSystem.Threading.CancellationToken)%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/Buffers/IGrowableBuffer.cs/#L78">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/DotNext/Buffers/IGrowableBuffer.cs/#L77">View Source</a>
</span>
<a id="DotNext_Buffers_IGrowableBuffer_1_CopyToAsync_" data-uid="DotNext.Buffers.IGrowableBuffer`1.CopyToAsync*"></a>
<h4 id="DotNext_Buffers_IGrowableBuffer_1_CopyToAsync__1___0_System_Threading_CancellationToken_" data-uid="DotNext.Buffers.IGrowableBuffer`1.CopyToAsync``1(``0,System.Threading.CancellationToken)">CopyToAsync&lt;TConsumer&gt;(TConsumer, CancellationToken)</h4>
Expand Down Expand Up @@ -383,7 +383,7 @@ <h5 id="DotNext_Buffers_IGrowableBuffer_1_CopyToAsync__1___0_System_Threading_Ca
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_Buffers_IGrowableBuffer_1_CopyTo__1___0_.md&amp;value=---%0Auid%3A%20DotNext.Buffers.IGrowableBuffer%601.CopyTo%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/Buffers/IGrowableBuffer.cs/#L65">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/DotNext/Buffers/IGrowableBuffer.cs/#L64">View Source</a>
</span>
<a id="DotNext_Buffers_IGrowableBuffer_1_CopyTo_" data-uid="DotNext.Buffers.IGrowableBuffer`1.CopyTo*"></a>
<h4 id="DotNext_Buffers_IGrowableBuffer_1_CopyTo__1___0_" data-uid="DotNext.Buffers.IGrowableBuffer`1.CopyTo``1(``0)">CopyTo&lt;TConsumer&gt;(TConsumer)</h4>
Expand Down Expand Up @@ -452,7 +452,7 @@ <h5 class="exceptions">Exceptions</h5>
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_Buffers_IGrowableBuffer_1_TryGetWrittenContent_System_ReadOnlyMemory__0___.md&amp;value=---%0Auid%3A%20DotNext.Buffers.IGrowableBuffer%601.TryGetWrittenContent(System.ReadOnlyMemory%7B%600%7D%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/Buffers/IGrowableBuffer.cs/#L103">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/DotNext/Buffers/IGrowableBuffer.cs/#L102">View Source</a>
</span>
<a id="DotNext_Buffers_IGrowableBuffer_1_TryGetWrittenContent_" data-uid="DotNext.Buffers.IGrowableBuffer`1.TryGetWrittenContent*"></a>
<h4 id="DotNext_Buffers_IGrowableBuffer_1_TryGetWrittenContent_System_ReadOnlyMemory__0___" data-uid="DotNext.Buffers.IGrowableBuffer`1.TryGetWrittenContent(System.ReadOnlyMemory{`0}@)">TryGetWrittenContent(out ReadOnlyMemory&lt;T&gt;)</h4>
Expand Down Expand Up @@ -502,7 +502,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_Buffers_IGrowableBuffer_1_Write_System_ReadOnlySpan__0__.md&amp;value=---%0Auid%3A%20DotNext.Buffers.IGrowableBuffer%601.Write(System.ReadOnlySpan%7B%600%7D)%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/Buffers/IGrowableBuffer.cs/#L43">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/DotNext/Buffers/IGrowableBuffer.cs/#L42">View Source</a>
</span>
<a id="DotNext_Buffers_IGrowableBuffer_1_Write_" data-uid="DotNext.Buffers.IGrowableBuffer`1.Write*"></a>
<h4 id="DotNext_Buffers_IGrowableBuffer_1_Write_System_ReadOnlySpan__0__" data-uid="DotNext.Buffers.IGrowableBuffer`1.Write(System.ReadOnlySpan{`0})">Write(ReadOnlySpan&lt;T&gt;)</h4>
Expand Down Expand Up @@ -552,7 +552,7 @@ <h5 class="exceptions">Exceptions</h5>
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_Buffers_IGrowableBuffer_1_Write__0_.md&amp;value=---%0Auid%3A%20DotNext.Buffers.IGrowableBuffer%601.Write(%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/Buffers/IGrowableBuffer.cs/#L54">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/DotNext/Buffers/IGrowableBuffer.cs/#L53">View Source</a>
</span>
<a id="DotNext_Buffers_IGrowableBuffer_1_Write_" data-uid="DotNext.Buffers.IGrowableBuffer`1.Write*"></a>
<h4 id="DotNext_Buffers_IGrowableBuffer_1_Write__0_" data-uid="DotNext.Buffers.IGrowableBuffer`1.Write(`0)">Write(T)</h4>
Expand Down Expand Up @@ -661,7 +661,7 @@ <h3 id="extensionmethods">Extension Methods</h3>
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_Buffers_IGrowableBuffer_1.md&amp;value=---%0Auid%3A%20DotNext.Buffers.IGrowableBuffer%601%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" class="contribution-link">Edit this page</a>
</li>
<li>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/DotNext/Buffers/IGrowableBuffer.cs/#L17" class="contribution-link">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/DotNext/Buffers/IGrowableBuffer.cs/#L16" class="contribution-link">View Source</a>
</li>
</ul>
</div>
Expand Down
Loading

0 comments on commit 1feebe9

Please sign in to comment.