Skip to content

Commit a5d1b59

Browse files
committed
API documentation update by build server
1 parent 6a9c0fd commit a5d1b59

File tree

171 files changed

+24025
-684
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+24025
-684
lines changed

docs/api/Advanced.Algorithms.Binary.BaseConversion.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Class BaseConversion
1212
| Advanced Algorithms ">
13-
<meta name="generator" content="docfx 2.40.1.0">
13+
<meta name="generator" content="docfx 2.55.0.0">
1414

1515
<link rel="shortcut icon" href="../favicon.ico">
1616
<link rel="stylesheet" href="../styles/docfx.vendor.css">

docs/api/Advanced.Algorithms.Binary.Gcd.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Class Gcd
1212
| Advanced Algorithms ">
13-
<meta name="generator" content="docfx 2.40.1.0">
13+
<meta name="generator" content="docfx 2.55.0.0">
1414

1515
<link rel="shortcut icon" href="../favicon.ico">
1616
<link rel="stylesheet" href="../styles/docfx.vendor.css">

docs/api/Advanced.Algorithms.Binary.Logarithm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Class Logarithm
1212
| Advanced Algorithms ">
13-
<meta name="generator" content="docfx 2.40.1.0">
13+
<meta name="generator" content="docfx 2.55.0.0">
1414

1515
<link rel="shortcut icon" href="../favicon.ico">
1616
<link rel="stylesheet" href="../styles/docfx.vendor.css">

docs/api/Advanced.Algorithms.Binary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Namespace Advanced.Algorithms.Binary
1212
| Advanced Algorithms ">
13-
<meta name="generator" content="docfx 2.40.1.0">
13+
<meta name="generator" content="docfx 2.55.0.0">
1414

1515
<link rel="shortcut icon" href="../favicon.ico">
1616
<link rel="stylesheet" href="../styles/docfx.vendor.css">

docs/api/Advanced.Algorithms.Combinatorics.Combination.html

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Class Combination
1212
| Advanced Algorithms ">
13-
<meta name="generator" content="docfx 2.40.1.0">
13+
<meta name="generator" content="docfx 2.55.0.0">
1414

1515
<link rel="shortcut icon" href="../favicon.ico">
1616
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@@ -91,18 +91,42 @@ <h5>Inheritance</h5>
9191
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
9292
<div class="level1"><span class="xref">Combination</span></div>
9393
</div>
94+
<div class="inheritedMembers">
95+
<h5>Inherited Members</h5>
96+
<div>
97+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.tostring#System_Object_ToString">Object.ToString()</a>
98+
</div>
99+
<div>
100+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_">Object.Equals(Object)</a>
101+
</div>
102+
<div>
103+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_System_Object_">Object.Equals(Object, Object)</a>
104+
</div>
105+
<div>
106+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.referenceequals#System_Object_ReferenceEquals_System_Object_System_Object_">Object.ReferenceEquals(Object, Object)</a>
107+
</div>
108+
<div>
109+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gethashcode#System_Object_GetHashCode">Object.GetHashCode()</a>
110+
</div>
111+
<div>
112+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gettype#System_Object_GetType">Object.GetType()</a>
113+
</div>
114+
<div>
115+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#System_Object_MemberwiseClone">Object.MemberwiseClone()</a>
116+
</div>
117+
</div>
94118
<h6><strong>Namespace</strong>: <a class="xref" href="Advanced.Algorithms.Combinatorics.html">Advanced.Algorithms.Combinatorics</a></h6>
95119
<h6><strong>Assembly</strong>: Advanced.Algorithms.dll</h6>
96120
<h5 id="Advanced_Algorithms_Combinatorics_Combination_syntax">Syntax</h5>
97121
<div class="codewrapper">
98-
<pre><code class="lang-csharp hljs">public class Combination : object</code></pre>
122+
<pre><code class="lang-csharp hljs">public class Combination</code></pre>
99123
</div>
100124
<h3 id="methods">Methods
101125
</h3>
102126

103127

104128
<a id="Advanced_Algorithms_Combinatorics_Combination_Find_" data-uid="Advanced.Algorithms.Combinatorics.Combination.Find*"></a>
105-
<h4 id="Advanced_Algorithms_Combinatorics_Combination_Find__1_List___0__System_Int32_System_Boolean_" data-uid="Advanced.Algorithms.Combinatorics.Combination.Find``1(List{``0},System.Int32,System.Boolean)">Find&lt;T&gt;(List&lt;T&gt;, Int32, Boolean)</h4>
129+
<h4 id="Advanced_Algorithms_Combinatorics_Combination_Find__1_System_Collections_Generic_List___0__System_Int32_System_Boolean_" data-uid="Advanced.Algorithms.Combinatorics.Combination.Find``1(System.Collections.Generic.List{``0},System.Int32,System.Boolean)">Find&lt;T&gt;(List&lt;T&gt;, Int32, Boolean)</h4>
106130
<div class="markdown level1 summary"></div>
107131
<div class="markdown level1 conceptual"></div>
108132
<h5 class="decalaration">Declaration</h5>
@@ -120,7 +144,7 @@ <h5 class="parameters">Parameters</h5>
120144
</thead>
121145
<tbody>
122146
<tr>
123-
<td><span class="xref">List</span>&lt;T&gt;</td>
147+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;T&gt;</td>
124148
<td><span class="parametername">input</span></td>
125149
<td></td>
126150
</tr>
@@ -146,7 +170,7 @@ <h5 class="returns">Returns</h5>
146170
</thead>
147171
<tbody>
148172
<tr>
149-
<td><span class="xref">List</span>&lt;<span class="xref">List</span>&lt;T&gt;&gt;</td>
173+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;T&gt;&gt;</td>
150174
<td></td>
151175
</tr>
152176
</tbody>

docs/api/Advanced.Algorithms.Combinatorics.Permutation.html

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Class Permutation
1212
| Advanced Algorithms ">
13-
<meta name="generator" content="docfx 2.40.1.0">
13+
<meta name="generator" content="docfx 2.55.0.0">
1414

1515
<link rel="shortcut icon" href="../favicon.ico">
1616
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@@ -91,18 +91,42 @@ <h5>Inheritance</h5>
9191
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
9292
<div class="level1"><span class="xref">Permutation</span></div>
9393
</div>
94+
<div class="inheritedMembers">
95+
<h5>Inherited Members</h5>
96+
<div>
97+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.tostring#System_Object_ToString">Object.ToString()</a>
98+
</div>
99+
<div>
100+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_">Object.Equals(Object)</a>
101+
</div>
102+
<div>
103+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_System_Object_">Object.Equals(Object, Object)</a>
104+
</div>
105+
<div>
106+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.referenceequals#System_Object_ReferenceEquals_System_Object_System_Object_">Object.ReferenceEquals(Object, Object)</a>
107+
</div>
108+
<div>
109+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gethashcode#System_Object_GetHashCode">Object.GetHashCode()</a>
110+
</div>
111+
<div>
112+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gettype#System_Object_GetType">Object.GetType()</a>
113+
</div>
114+
<div>
115+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#System_Object_MemberwiseClone">Object.MemberwiseClone()</a>
116+
</div>
117+
</div>
94118
<h6><strong>Namespace</strong>: <a class="xref" href="Advanced.Algorithms.Combinatorics.html">Advanced.Algorithms.Combinatorics</a></h6>
95119
<h6><strong>Assembly</strong>: Advanced.Algorithms.dll</h6>
96120
<h5 id="Advanced_Algorithms_Combinatorics_Permutation_syntax">Syntax</h5>
97121
<div class="codewrapper">
98-
<pre><code class="lang-csharp hljs">public class Permutation : object</code></pre>
122+
<pre><code class="lang-csharp hljs">public class Permutation</code></pre>
99123
</div>
100124
<h3 id="methods">Methods
101125
</h3>
102126

103127

104128
<a id="Advanced_Algorithms_Combinatorics_Permutation_Find_" data-uid="Advanced.Algorithms.Combinatorics.Permutation.Find*"></a>
105-
<h4 id="Advanced_Algorithms_Combinatorics_Permutation_Find__1_List___0__System_Int32_System_Boolean_" data-uid="Advanced.Algorithms.Combinatorics.Permutation.Find``1(List{``0},System.Int32,System.Boolean)">Find&lt;T&gt;(List&lt;T&gt;, Int32, Boolean)</h4>
129+
<h4 id="Advanced_Algorithms_Combinatorics_Permutation_Find__1_System_Collections_Generic_List___0__System_Int32_System_Boolean_" data-uid="Advanced.Algorithms.Combinatorics.Permutation.Find``1(System.Collections.Generic.List{``0},System.Int32,System.Boolean)">Find&lt;T&gt;(List&lt;T&gt;, Int32, Boolean)</h4>
106130
<div class="markdown level1 summary"></div>
107131
<div class="markdown level1 conceptual"></div>
108132
<h5 class="decalaration">Declaration</h5>
@@ -120,7 +144,7 @@ <h5 class="parameters">Parameters</h5>
120144
</thead>
121145
<tbody>
122146
<tr>
123-
<td><span class="xref">List</span>&lt;T&gt;</td>
147+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;T&gt;</td>
124148
<td><span class="parametername">input</span></td>
125149
<td></td>
126150
</tr>
@@ -146,7 +170,7 @@ <h5 class="returns">Returns</h5>
146170
</thead>
147171
<tbody>
148172
<tr>
149-
<td><span class="xref">List</span>&lt;<span class="xref">List</span>&lt;T&gt;&gt;</td>
173+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;T&gt;&gt;</td>
150174
<td></td>
151175
</tr>
152176
</tbody>

docs/api/Advanced.Algorithms.Combinatorics.Subset.html

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Class Subset
1212
| Advanced Algorithms ">
13-
<meta name="generator" content="docfx 2.40.1.0">
13+
<meta name="generator" content="docfx 2.55.0.0">
1414

1515
<link rel="shortcut icon" href="../favicon.ico">
1616
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@@ -91,18 +91,42 @@ <h5>Inheritance</h5>
9191
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
9292
<div class="level1"><span class="xref">Subset</span></div>
9393
</div>
94+
<div class="inheritedMembers">
95+
<h5>Inherited Members</h5>
96+
<div>
97+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.tostring#System_Object_ToString">Object.ToString()</a>
98+
</div>
99+
<div>
100+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_">Object.Equals(Object)</a>
101+
</div>
102+
<div>
103+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_System_Object_">Object.Equals(Object, Object)</a>
104+
</div>
105+
<div>
106+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.referenceequals#System_Object_ReferenceEquals_System_Object_System_Object_">Object.ReferenceEquals(Object, Object)</a>
107+
</div>
108+
<div>
109+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gethashcode#System_Object_GetHashCode">Object.GetHashCode()</a>
110+
</div>
111+
<div>
112+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gettype#System_Object_GetType">Object.GetType()</a>
113+
</div>
114+
<div>
115+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#System_Object_MemberwiseClone">Object.MemberwiseClone()</a>
116+
</div>
117+
</div>
94118
<h6><strong>Namespace</strong>: <a class="xref" href="Advanced.Algorithms.Combinatorics.html">Advanced.Algorithms.Combinatorics</a></h6>
95119
<h6><strong>Assembly</strong>: Advanced.Algorithms.dll</h6>
96120
<h5 id="Advanced_Algorithms_Combinatorics_Subset_syntax">Syntax</h5>
97121
<div class="codewrapper">
98-
<pre><code class="lang-csharp hljs">public class Subset : object</code></pre>
122+
<pre><code class="lang-csharp hljs">public class Subset</code></pre>
99123
</div>
100124
<h3 id="methods">Methods
101125
</h3>
102126

103127

104128
<a id="Advanced_Algorithms_Combinatorics_Subset_Find_" data-uid="Advanced.Algorithms.Combinatorics.Subset.Find*"></a>
105-
<h4 id="Advanced_Algorithms_Combinatorics_Subset_Find__1_List___0__" data-uid="Advanced.Algorithms.Combinatorics.Subset.Find``1(List{``0})">Find&lt;T&gt;(List&lt;T&gt;)</h4>
129+
<h4 id="Advanced_Algorithms_Combinatorics_Subset_Find__1_System_Collections_Generic_List___0__" data-uid="Advanced.Algorithms.Combinatorics.Subset.Find``1(System.Collections.Generic.List{``0})">Find&lt;T&gt;(List&lt;T&gt;)</h4>
106130
<div class="markdown level1 summary"></div>
107131
<div class="markdown level1 conceptual"></div>
108132
<h5 class="decalaration">Declaration</h5>
@@ -120,7 +144,7 @@ <h5 class="parameters">Parameters</h5>
120144
</thead>
121145
<tbody>
122146
<tr>
123-
<td><span class="xref">List</span>&lt;T&gt;</td>
147+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;T&gt;</td>
124148
<td><span class="parametername">input</span></td>
125149
<td></td>
126150
</tr>
@@ -136,7 +160,7 @@ <h5 class="returns">Returns</h5>
136160
</thead>
137161
<tbody>
138162
<tr>
139-
<td><span class="xref">List</span>&lt;<span class="xref">List</span>&lt;T&gt;&gt;</td>
163+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;T&gt;&gt;</td>
140164
<td></td>
141165
</tr>
142166
</tbody>

docs/api/Advanced.Algorithms.Combinatorics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Namespace Advanced.Algorithms.Combinatorics
1212
| Advanced Algorithms ">
13-
<meta name="generator" content="docfx 2.40.1.0">
13+
<meta name="generator" content="docfx 2.55.0.0">
1414

1515
<link rel="shortcut icon" href="../favicon.ico">
1616
<link rel="stylesheet" href="../styles/docfx.vendor.css">

docs/api/Advanced.Algorithms.Compression.HuffmanCoding-1.html

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Class HuffmanCoding&lt;T&gt;
1212
| Advanced Algorithms ">
13-
<meta name="generator" content="docfx 2.40.1.0">
13+
<meta name="generator" content="docfx 2.55.0.0">
1414

1515
<link rel="shortcut icon" href="../favicon.ico">
1616
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@@ -91,11 +91,35 @@ <h5>Inheritance</h5>
9191
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
9292
<div class="level1"><span class="xref">HuffmanCoding&lt;T&gt;</span></div>
9393
</div>
94+
<div class="inheritedMembers">
95+
<h5>Inherited Members</h5>
96+
<div>
97+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.tostring#System_Object_ToString">Object.ToString()</a>
98+
</div>
99+
<div>
100+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_">Object.Equals(Object)</a>
101+
</div>
102+
<div>
103+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_System_Object_">Object.Equals(Object, Object)</a>
104+
</div>
105+
<div>
106+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.referenceequals#System_Object_ReferenceEquals_System_Object_System_Object_">Object.ReferenceEquals(Object, Object)</a>
107+
</div>
108+
<div>
109+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gethashcode#System_Object_GetHashCode">Object.GetHashCode()</a>
110+
</div>
111+
<div>
112+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gettype#System_Object_GetType">Object.GetType()</a>
113+
</div>
114+
<div>
115+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#System_Object_MemberwiseClone">Object.MemberwiseClone()</a>
116+
</div>
117+
</div>
94118
<h6><strong>Namespace</strong>: <a class="xref" href="Advanced.Algorithms.Compression.html">Advanced.Algorithms.Compression</a></h6>
95119
<h6><strong>Assembly</strong>: Advanced.Algorithms.dll</h6>
96120
<h5 id="Advanced_Algorithms_Compression_HuffmanCoding_1_syntax">Syntax</h5>
97121
<div class="codewrapper">
98-
<pre><code class="lang-csharp hljs">public class HuffmanCoding&lt;T&gt; : object</code></pre>
122+
<pre><code class="lang-csharp hljs">public class HuffmanCoding&lt;T&gt;</code></pre>
99123
</div>
100124
<h5 class="typeParameters">Type Parameters</h5>
101125
<table class="table table-bordered table-striped table-condensed">
@@ -152,7 +176,7 @@ <h5 class="returns">Returns</h5>
152176
</thead>
153177
<tbody>
154178
<tr>
155-
<td><span class="xref">Dictionary</span>&lt;T, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.byte">Byte</a>[]&gt;</td>
179+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary</a>&lt;T, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.byte">Byte</a>[]&gt;</td>
156180
<td></td>
157181
</tr>
158182
</tbody>

docs/api/Advanced.Algorithms.Compression.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Namespace Advanced.Algorithms.Compression
1212
| Advanced Algorithms ">
13-
<meta name="generator" content="docfx 2.40.1.0">
13+
<meta name="generator" content="docfx 2.55.0.0">
1414

1515
<link rel="shortcut icon" href="../favicon.ico">
1616
<link rel="stylesheet" href="../styles/docfx.vendor.css">

0 commit comments

Comments
 (0)