Skip to content

Commit

Permalink
Updated docs for 5.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Apr 20, 2024
1 parent 0bedc04 commit 750a9db
Show file tree
Hide file tree
Showing 17 changed files with 384 additions and 124 deletions.
14 changes: 7 additions & 7 deletions api/DotNext.Collections.Specialized.ConcurrentTypeMap.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ <h5 class="declaration">Declaration</h5>
</span>
<a id="DotNext_Collections_Specialized_ConcurrentTypeMap_Contains_" data-uid="DotNext.Collections.Specialized.ConcurrentTypeMap.Contains*"></a>
<h4 id="DotNext_Collections_Specialized_ConcurrentTypeMap_Contains__1" data-uid="DotNext.Collections.Specialized.ConcurrentTypeMap.Contains``1">Contains&lt;T&gt;()</h4>
<div class="markdown level1 summary"><p>Determines whether the set has the value of type T.</p>
<div class="markdown level1 summary"><p>Determines whether the set has the value of type <code class="typeparamref">T</code>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
Expand All @@ -293,7 +293,7 @@ <h5 class="returns">Returns</h5>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
<td><p><a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if this set has a value of type T; otherwise, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
<td><p><a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if this set has a value of type <code class="typeparamref">T</code>; otherwise, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -395,7 +395,7 @@ <h5 class="typeParameters">Type Parameters</h5>
</span>
<a id="DotNext_Collections_Specialized_ConcurrentTypeMap_Remove_" data-uid="DotNext.Collections.Specialized.ConcurrentTypeMap.Remove*"></a>
<h4 id="DotNext_Collections_Specialized_ConcurrentTypeMap_Remove__1" data-uid="DotNext.Collections.Specialized.ConcurrentTypeMap.Remove``1">Remove&lt;T&gt;()</h4>
<div class="markdown level1 summary"><p>Attempts to remove the value of type T from this set.</p>
<div class="markdown level1 summary"><p>Attempts to remove the value of type <code class="typeparamref">T</code> from this set.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
Expand Down Expand Up @@ -443,7 +443,7 @@ <h5 class="typeParameters">Type Parameters</h5>
</span>
<a id="DotNext_Collections_Specialized_ConcurrentTypeMap_Remove_" data-uid="DotNext.Collections.Specialized.ConcurrentTypeMap.Remove*"></a>
<h4 id="DotNext_Collections_Specialized_ConcurrentTypeMap_Remove__1___0__" data-uid="DotNext.Collections.Specialized.ConcurrentTypeMap.Remove``1(``0@)">Remove&lt;T&gt;(out T?)</h4>
<div class="markdown level1 summary"><p>Attempts to remove the value of type T from this set.</p>
<div class="markdown level1 summary"><p>Attempts to remove the value of type <code class="typeparamref">T</code> from this set.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
Expand Down Expand Up @@ -509,7 +509,7 @@ <h5 class="typeParameters">Type Parameters</h5>
</span>
<a id="DotNext_Collections_Specialized_ConcurrentTypeMap_Set_" data-uid="DotNext.Collections.Specialized.ConcurrentTypeMap.Set*"></a>
<h4 id="DotNext_Collections_Specialized_ConcurrentTypeMap_Set__1___0_" data-uid="DotNext.Collections.Specialized.ConcurrentTypeMap.Set``1(``0)">Set&lt;T&gt;(T)</h4>
<div class="markdown level1 summary"><p>Adds or overwrites the value associated with type T.</p>
<div class="markdown level1 summary"><p>Adds or overwrites the value associated with type <code class="typeparamref">T</code>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
Expand Down Expand Up @@ -559,7 +559,7 @@ <h5 class="typeParameters">Type Parameters</h5>
</span>
<a id="DotNext_Collections_Specialized_ConcurrentTypeMap_Set_" data-uid="DotNext.Collections.Specialized.ConcurrentTypeMap.Set*"></a>
<h4 id="DotNext_Collections_Specialized_ConcurrentTypeMap_Set__1___0___0__" data-uid="DotNext.Collections.Specialized.ConcurrentTypeMap.Set``1(``0,``0@)">Set&lt;T&gt;(T, out T?)</h4>
<div class="markdown level1 summary"><p>Replaces the value associated with type T.</p>
<div class="markdown level1 summary"><p>Replaces the value associated with type <code class="typeparamref">T</code>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
Expand Down Expand Up @@ -733,7 +733,7 @@ <h5 class="returns">Returns</h5>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
<td><p><a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if the value of type T exists in this set; otherwise, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
<td><p><a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if the value of type <code class="typeparamref">T</code> exists in this set; otherwise, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
</tr>
</tbody>
Expand Down
18 changes: 9 additions & 9 deletions api/DotNext.Collections.Specialized.TypeMap.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ <h3 id="methods">Methods
</span>
<a id="DotNext_Collections_Specialized_TypeMap_Add_" data-uid="DotNext.Collections.Specialized.TypeMap.Add*"></a>
<h4 id="DotNext_Collections_Specialized_TypeMap_Add__1___0_" data-uid="DotNext.Collections.Specialized.TypeMap.Add``1(``0)">Add&lt;T&gt;(T)</h4>
<div class="markdown level1 summary"><p>Adds a new value associated with type T to this set.</p>
<div class="markdown level1 summary"><p>Adds a new value associated with type <code class="typeparamref">T</code> to this set.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
Expand Down Expand Up @@ -245,7 +245,7 @@ <h5 class="exceptions">Exceptions</h5>
<tbody>
<tr>
<td><a class="xref" href="DotNext.GenericArgumentException.html">GenericArgumentException</a></td>
<td><p>A value associated with T already exists.</p>
<td><p>A value associated with <code class="typeparamref">T</code> already exists.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -275,7 +275,7 @@ <h5 class="declaration">Declaration</h5>
</span>
<a id="DotNext_Collections_Specialized_TypeMap_Contains_" data-uid="DotNext.Collections.Specialized.TypeMap.Contains*"></a>
<h4 id="DotNext_Collections_Specialized_TypeMap_Contains__1" data-uid="DotNext.Collections.Specialized.TypeMap.Contains``1">Contains&lt;T&gt;()</h4>
<div class="markdown level1 summary"><p>Determines whether the set has the value of type T.</p>
<div class="markdown level1 summary"><p>Determines whether the set has the value of type <code class="typeparamref">T</code>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
Expand All @@ -293,7 +293,7 @@ <h5 class="returns">Returns</h5>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
<td><p><a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if this set has a value of type T; otherwise, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
<td><p><a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if this set has a value of type <code class="typeparamref">T</code>; otherwise, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -389,7 +389,7 @@ <h5 class="typeParameters">Type Parameters</h5>
</span>
<a id="DotNext_Collections_Specialized_TypeMap_Remove_" data-uid="DotNext.Collections.Specialized.TypeMap.Remove*"></a>
<h4 id="DotNext_Collections_Specialized_TypeMap_Remove__1" data-uid="DotNext.Collections.Specialized.TypeMap.Remove``1">Remove&lt;T&gt;()</h4>
<div class="markdown level1 summary"><p>Attempts to remove the value of type T from this set.</p>
<div class="markdown level1 summary"><p>Attempts to remove the value of type <code class="typeparamref">T</code> from this set.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
Expand Down Expand Up @@ -437,7 +437,7 @@ <h5 class="typeParameters">Type Parameters</h5>
</span>
<a id="DotNext_Collections_Specialized_TypeMap_Remove_" data-uid="DotNext.Collections.Specialized.TypeMap.Remove*"></a>
<h4 id="DotNext_Collections_Specialized_TypeMap_Remove__1___0__" data-uid="DotNext.Collections.Specialized.TypeMap.Remove``1(``0@)">Remove&lt;T&gt;(out T?)</h4>
<div class="markdown level1 summary"><p>Attempts to remove the value of type T from this set.</p>
<div class="markdown level1 summary"><p>Attempts to remove the value of type <code class="typeparamref">T</code> from this set.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
Expand Down Expand Up @@ -503,7 +503,7 @@ <h5 class="typeParameters">Type Parameters</h5>
</span>
<a id="DotNext_Collections_Specialized_TypeMap_Set_" data-uid="DotNext.Collections.Specialized.TypeMap.Set*"></a>
<h4 id="DotNext_Collections_Specialized_TypeMap_Set__1___0_" data-uid="DotNext.Collections.Specialized.TypeMap.Set``1(``0)">Set&lt;T&gt;(T)</h4>
<div class="markdown level1 summary"><p>Adds or overwrites the value associated with type T.</p>
<div class="markdown level1 summary"><p>Adds or overwrites the value associated with type <code class="typeparamref">T</code>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
Expand Down Expand Up @@ -553,7 +553,7 @@ <h5 class="typeParameters">Type Parameters</h5>
</span>
<a id="DotNext_Collections_Specialized_TypeMap_Set_" data-uid="DotNext.Collections.Specialized.TypeMap.Set*"></a>
<h4 id="DotNext_Collections_Specialized_TypeMap_Set__1___0___0__" data-uid="DotNext.Collections.Specialized.TypeMap.Set``1(``0,``0@)">Set&lt;T&gt;(T, out T?)</h4>
<div class="markdown level1 summary"><p>Replaces the value associated with type T.</p>
<div class="markdown level1 summary"><p>Replaces the value associated with type <code class="typeparamref">T</code>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
Expand Down Expand Up @@ -661,7 +661,7 @@ <h5 class="returns">Returns</h5>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
<td><p><a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if the value of type T exists in this set; otherwise, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
<td><p><a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if the value of type <code class="typeparamref">T</code> exists in this set; otherwise, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
</tr>
</tbody>
Expand Down
Loading

0 comments on commit 750a9db

Please sign in to comment.