Skip to content

Commit b57582f

Browse files
author
buildbot121
committed
API documentation update by build server
1 parent 664587a commit b57582f

12 files changed

+323
-25
lines changed

docs/api/Advanced.Algorithms.DataStructures.Graph.AdjacencyList.DiGraphVertex-1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
<h1 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_DiGraphVertex_1" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.DiGraphVertex`1" class="text-break">Class DiGraphVertex&lt;T&gt;
8585
</h1>
86-
<div class="markdown level0 summary"><p>DiGraph vertex.
86+
<div class="markdown level0 summary"><p>DiGraph vertex for adjacency list Graph implementation.
8787
IEnumerable enumerates all the outgoing edge destination vertices.</p>
8888
</div>
8989
<div class="markdown level0 conceptual"></div>

docs/api/Advanced.Algorithms.DataStructures.Graph.AdjacencyList.GraphVertex-1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
<h1 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_GraphVertex_1" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.GraphVertex`1" class="text-break">Class GraphVertex&lt;T&gt;
8585
</h1>
86-
<div class="markdown level0 summary"><p>Graph vertex.
86+
<div class="markdown level0 summary"><p>Graph vertex for adjacency list Graph implementation.
8787
IEnumerable enumerates all the outgoing edge destination vertices.</p>
8888
</div>
8989
<div class="markdown level0 conceptual"></div>

docs/api/Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedDiGraphVertex-2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
<h1 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_WeightedDiGraphVertex_2" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedDiGraphVertex`2" class="text-break">Class WeightedDiGraphVertex&lt;T, TW&gt;
8585
</h1>
86-
<div class="markdown level0 summary"><p>A weighted graph vertex.
86+
<div class="markdown level0 summary"><p>A weighted graph vertex for adjacency list Graph implementation.
8787
IEnumerable enumerates all the outgoing edge destination vertices.</p>
8888
</div>
8989
<div class="markdown level0 conceptual"></div>

docs/api/Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedGraphVertex-2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
<h1 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_WeightedGraphVertex_2" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedGraphVertex`2" class="text-break">Class WeightedGraphVertex&lt;T, TW&gt;
8585
</h1>
86-
<div class="markdown level0 summary"><p>A weighted graph vertex.
86+
<div class="markdown level0 summary"><p>A weighted graph vertex for adjacency list Graph implementation.
8787
IEnumerable enumerates all the outgoing edge destination vertices.</p>
8888
</div>
8989
<div class="markdown level0 conceptual"></div>

docs/api/Advanced.Algorithms.DataStructures.Graph.AdjacencyList.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,31 +92,31 @@ <h4><a class="xref" href="Advanced.Algorithms.DataStructures.Graph.AdjacencyList
9292
IEnumerable enumerates all vertices.</p>
9393
</section>
9494
<h4><a class="xref" href="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.DiGraphVertex-1.html">DiGraphVertex&lt;T&gt;</a></h4>
95-
<section><p>DiGraph vertex.
95+
<section><p>DiGraph vertex for adjacency list Graph implementation.
9696
IEnumerable enumerates all the outgoing edge destination vertices.</p>
9797
</section>
9898
<h4><a class="xref" href="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.Graph-1.html">Graph&lt;T&gt;</a></h4>
9999
<section><p>A graph implementation
100100
IEnumerable enumerates all vertices.</p>
101101
</section>
102102
<h4><a class="xref" href="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.GraphVertex-1.html">GraphVertex&lt;T&gt;</a></h4>
103-
<section><p>Graph vertex.
103+
<section><p>Graph vertex for adjacency list Graph implementation.
104104
IEnumerable enumerates all the outgoing edge destination vertices.</p>
105105
</section>
106106
<h4><a class="xref" href="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedDiGraph-2.html">WeightedDiGraph&lt;T, TW&gt;</a></h4>
107107
<section><p>A weighted graph implementation.
108108
IEnumerable enumerates all vertices.</p>
109109
</section>
110110
<h4><a class="xref" href="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedDiGraphVertex-2.html">WeightedDiGraphVertex&lt;T, TW&gt;</a></h4>
111-
<section><p>A weighted graph vertex.
111+
<section><p>A weighted graph vertex for adjacency list Graph implementation.
112112
IEnumerable enumerates all the outgoing edge destination vertices.</p>
113113
</section>
114114
<h4><a class="xref" href="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedGraph-2.html">WeightedGraph&lt;T, TW&gt;</a></h4>
115115
<section><p>A weighted graph implementation.
116116
IEnumerable enumerates all vertices.</p>
117117
</section>
118118
<h4><a class="xref" href="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedGraphVertex-2.html">WeightedGraphVertex&lt;T, TW&gt;</a></h4>
119-
<section><p>A weighted graph vertex.
119+
<section><p>A weighted graph vertex for adjacency list Graph implementation.
120120
IEnumerable enumerates all the outgoing edge destination vertices.</p>
121121
</section>
122122
</article>

docs/api/Advanced.Algorithms.DataStructures.Graph.AdjacencyMatrix.Graph-1.html

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ <h5>Inheritance</h5>
9292
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
9393
<div class="level1"><span class="xref">Graph&lt;T&gt;</span></div>
9494
</div>
95+
<div classs="implements">
96+
<h5>Implements</h5>
97+
<div><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;T&gt;</div>
98+
<div><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
99+
</div>
95100
<div class="inheritedMembers">
96101
<h5>Inherited Members</h5>
97102
<div>
@@ -120,7 +125,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="Advanced.Algorithms.DataSt
120125
<h6><strong>Assembly</strong>: Advanced.Algorithms.dll</h6>
121126
<h5 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyMatrix_Graph_1_syntax">Syntax</h5>
122127
<div class="codewrapper">
123-
<pre><code class="lang-csharp hljs">public class Graph&lt;T&gt;</code></pre>
128+
<pre><code class="lang-csharp hljs">public class Graph&lt;T&gt; : IEnumerable&lt;T&gt;, IEnumerable</code></pre>
124129
</div>
125130
<h5 class="typeParameters">Type Parameters</h5>
126131
<table class="table table-bordered table-striped table-condensed">
@@ -285,6 +290,31 @@ <h5 class="returns">Returns</h5>
285290
</table>
286291

287292

293+
<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyMatrix_Graph_1_GetEnumerator_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyMatrix.Graph`1.GetEnumerator*"></a>
294+
<h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyMatrix_Graph_1_GetEnumerator" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyMatrix.Graph`1.GetEnumerator">GetEnumerator()</h4>
295+
<div class="markdown level1 summary"></div>
296+
<div class="markdown level1 conceptual"></div>
297+
<h5 class="decalaration">Declaration</h5>
298+
<div class="codewrapper">
299+
<pre><code class="lang-csharp hljs">public IEnumerator&lt;T&gt; GetEnumerator()</code></pre>
300+
</div>
301+
<h5 class="returns">Returns</h5>
302+
<table class="table table-bordered table-striped table-condensed">
303+
<thead>
304+
<tr>
305+
<th>Type</th>
306+
<th>Description</th>
307+
</tr>
308+
</thead>
309+
<tbody>
310+
<tr>
311+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1">IEnumerator</a>&lt;T&gt;</td>
312+
<td></td>
313+
</tr>
314+
</tbody>
315+
</table>
316+
317+
288318
<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyMatrix_Graph_1_HasEdge_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyMatrix.Graph`1.HasEdge*"></a>
289319
<h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyMatrix_Graph_1_HasEdge__0__0_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyMatrix.Graph`1.HasEdge(`0,`0)">HasEdge(T, T)</h4>
290320
<div class="markdown level1 summary"><p>Do we have an edge between the given source and destination?
@@ -393,6 +423,40 @@ <h5 class="parameters">Parameters</h5>
393423
</tr>
394424
</tbody>
395425
</table>
426+
<h3 id="eii">Explicit Interface Implementations
427+
</h3>
428+
429+
430+
<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyMatrix_Graph_1_System_Collections_IEnumerable_GetEnumerator_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyMatrix.Graph`1.System#Collections#IEnumerable#GetEnumerator*"></a>
431+
<h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyMatrix_Graph_1_System_Collections_IEnumerable_GetEnumerator" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyMatrix.Graph`1.System#Collections#IEnumerable#GetEnumerator">IEnumerable.GetEnumerator()</h4>
432+
<div class="markdown level1 summary"></div>
433+
<div class="markdown level1 conceptual"></div>
434+
<h5 class="decalaration">Declaration</h5>
435+
<div class="codewrapper">
436+
<pre><code class="lang-csharp hljs">IEnumerator IEnumerable.GetEnumerator()</code></pre>
437+
</div>
438+
<h5 class="returns">Returns</h5>
439+
<table class="table table-bordered table-striped table-condensed">
440+
<thead>
441+
<tr>
442+
<th>Type</th>
443+
<th>Description</th>
444+
</tr>
445+
</thead>
446+
<tbody>
447+
<tr>
448+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.ienumerator">IEnumerator</a></td>
449+
<td></td>
450+
</tr>
451+
</tbody>
452+
</table>
453+
<h3 id="implements">Implements</h3>
454+
<div>
455+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">System.Collections.Generic.IEnumerable&lt;T&gt;</a>
456+
</div>
457+
<div>
458+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.ienumerable">System.Collections.IEnumerable</a>
459+
</div>
396460
</article>
397461
</div>
398462

docs/api/Advanced.Algorithms.DataStructures.Graph.AdjacencyMatrix.WeightedDiGraph-2.html

Lines changed: 65 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ <h5>Inheritance</h5>
9292
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
9393
<div class="level1"><span class="xref">WeightedDiGraph&lt;T, TW&gt;</span></div>
9494
</div>
95+
<div classs="implements">
96+
<h5>Implements</h5>
97+
<div><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;T&gt;</div>
98+
<div><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
99+
</div>
95100
<div class="inheritedMembers">
96101
<h5>Inherited Members</h5>
97102
<div>
@@ -120,8 +125,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="Advanced.Algorithms.DataSt
120125
<h6><strong>Assembly</strong>: Advanced.Algorithms.dll</h6>
121126
<h5 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyMatrix_WeightedDiGraph_2_syntax">Syntax</h5>
122127
<div class="codewrapper">
123-
<pre><code class="lang-csharp hljs">public class WeightedDiGraph&lt;T, TW&gt;
124-
where TW : IComparable</code></pre>
128+
<pre><code class="lang-csharp hljs">public class WeightedDiGraph&lt;T, TW&gt; : IEnumerable&lt;T&gt;, IEnumerable where TW : IComparable</code></pre>
125129
</div>
126130
<h5 class="typeParameters">Type Parameters</h5>
127131
<table class="table table-bordered table-striped table-condensed">
@@ -253,6 +257,31 @@ <h5 class="parameters">Parameters</h5>
253257
</table>
254258

255259

260+
<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyMatrix_WeightedDiGraph_2_GetEnumerator_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyMatrix.WeightedDiGraph`2.GetEnumerator*"></a>
261+
<h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyMatrix_WeightedDiGraph_2_GetEnumerator" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyMatrix.WeightedDiGraph`2.GetEnumerator">GetEnumerator()</h4>
262+
<div class="markdown level1 summary"></div>
263+
<div class="markdown level1 conceptual"></div>
264+
<h5 class="decalaration">Declaration</h5>
265+
<div class="codewrapper">
266+
<pre><code class="lang-csharp hljs">public IEnumerator&lt;T&gt; GetEnumerator()</code></pre>
267+
</div>
268+
<h5 class="returns">Returns</h5>
269+
<table class="table table-bordered table-striped table-condensed">
270+
<thead>
271+
<tr>
272+
<th>Type</th>
273+
<th>Description</th>
274+
</tr>
275+
</thead>
276+
<tbody>
277+
<tr>
278+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1">IEnumerator</a>&lt;T&gt;</td>
279+
<td></td>
280+
</tr>
281+
</tbody>
282+
</table>
283+
284+
256285
<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyMatrix_WeightedDiGraph_2_HasEdge_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyMatrix.WeightedDiGraph`2.HasEdge*"></a>
257286
<h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyMatrix_WeightedDiGraph_2_HasEdge__0__0_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyMatrix.WeightedDiGraph`2.HasEdge(`0,`0)">HasEdge(T, T)</h4>
258287
<div class="markdown level1 summary"><p>Do we have an edge between given source and destination?
@@ -447,6 +476,40 @@ <h5 class="parameters">Parameters</h5>
447476
</tr>
448477
</tbody>
449478
</table>
479+
<h3 id="eii">Explicit Interface Implementations
480+
</h3>
481+
482+
483+
<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyMatrix_WeightedDiGraph_2_System_Collections_IEnumerable_GetEnumerator_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyMatrix.WeightedDiGraph`2.System#Collections#IEnumerable#GetEnumerator*"></a>
484+
<h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyMatrix_WeightedDiGraph_2_System_Collections_IEnumerable_GetEnumerator" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyMatrix.WeightedDiGraph`2.System#Collections#IEnumerable#GetEnumerator">IEnumerable.GetEnumerator()</h4>
485+
<div class="markdown level1 summary"></div>
486+
<div class="markdown level1 conceptual"></div>
487+
<h5 class="decalaration">Declaration</h5>
488+
<div class="codewrapper">
489+
<pre><code class="lang-csharp hljs">IEnumerator IEnumerable.GetEnumerator()</code></pre>
490+
</div>
491+
<h5 class="returns">Returns</h5>
492+
<table class="table table-bordered table-striped table-condensed">
493+
<thead>
494+
<tr>
495+
<th>Type</th>
496+
<th>Description</th>
497+
</tr>
498+
</thead>
499+
<tbody>
500+
<tr>
501+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.ienumerator">IEnumerator</a></td>
502+
<td></td>
503+
</tr>
504+
</tbody>
505+
</table>
506+
<h3 id="implements">Implements</h3>
507+
<div>
508+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">System.Collections.Generic.IEnumerable&lt;T&gt;</a>
509+
</div>
510+
<div>
511+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.ienumerable">System.Collections.IEnumerable</a>
512+
</div>
450513
</article>
451514
</div>
452515

docs/api/Advanced.Algorithms.DataStructures.Graph.AdjacencyMatrix.WeightedGraph-2.html

Lines changed: 65 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ <h5>Inheritance</h5>
9292
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
9393
<div class="level1"><span class="xref">WeightedGraph&lt;T, TW&gt;</span></div>
9494
</div>
95+
<div classs="implements">
96+
<h5>Implements</h5>
97+
<div><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;T&gt;</div>
98+
<div><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
99+
</div>
95100
<div class="inheritedMembers">
96101
<h5>Inherited Members</h5>
97102
<div>
@@ -120,8 +125,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="Advanced.Algorithms.DataSt
120125
<h6><strong>Assembly</strong>: Advanced.Algorithms.dll</h6>
121126
<h5 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyMatrix_WeightedGraph_2_syntax">Syntax</h5>
122127
<div class="codewrapper">
123-
<pre><code class="lang-csharp hljs">public class WeightedGraph&lt;T, TW&gt;
124-
where TW : IComparable</code></pre>
128+
<pre><code class="lang-csharp hljs">public class WeightedGraph&lt;T, TW&gt; : IEnumerable&lt;T&gt;, IEnumerable where TW : IComparable</code></pre>
125129
</div>
126130
<h5 class="typeParameters">Type Parameters</h5>
127131
<table class="table table-bordered table-striped table-condensed">
@@ -296,6 +300,31 @@ <h5 class="returns">Returns</h5>
296300
</table>
297301

298302

303+
<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyMatrix_WeightedGraph_2_GetEnumerator_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyMatrix.WeightedGraph`2.GetEnumerator*"></a>
304+
<h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyMatrix_WeightedGraph_2_GetEnumerator" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyMatrix.WeightedGraph`2.GetEnumerator">GetEnumerator()</h4>
305+
<div class="markdown level1 summary"></div>
306+
<div class="markdown level1 conceptual"></div>
307+
<h5 class="decalaration">Declaration</h5>
308+
<div class="codewrapper">
309+
<pre><code class="lang-csharp hljs">public IEnumerator&lt;T&gt; GetEnumerator()</code></pre>
310+
</div>
311+
<h5 class="returns">Returns</h5>
312+
<table class="table table-bordered table-striped table-condensed">
313+
<thead>
314+
<tr>
315+
<th>Type</th>
316+
<th>Description</th>
317+
</tr>
318+
</thead>
319+
<tbody>
320+
<tr>
321+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1">IEnumerator</a>&lt;T&gt;</td>
322+
<td></td>
323+
</tr>
324+
</tbody>
325+
</table>
326+
327+
299328
<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyMatrix_WeightedGraph_2_HasEdge_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyMatrix.WeightedGraph`2.HasEdge*"></a>
300329
<h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyMatrix_WeightedGraph_2_HasEdge__0__0_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyMatrix.WeightedGraph`2.HasEdge(`0,`0)">HasEdge(T, T)</h4>
301330
<div class="markdown level1 summary"><p>Do we have an edge between given source and destination?
@@ -406,6 +435,40 @@ <h5 class="parameters">Parameters</h5>
406435
</tr>
407436
</tbody>
408437
</table>
438+
<h3 id="eii">Explicit Interface Implementations
439+
</h3>
440+
441+
442+
<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyMatrix_WeightedGraph_2_System_Collections_IEnumerable_GetEnumerator_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyMatrix.WeightedGraph`2.System#Collections#IEnumerable#GetEnumerator*"></a>
443+
<h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyMatrix_WeightedGraph_2_System_Collections_IEnumerable_GetEnumerator" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyMatrix.WeightedGraph`2.System#Collections#IEnumerable#GetEnumerator">IEnumerable.GetEnumerator()</h4>
444+
<div class="markdown level1 summary"></div>
445+
<div class="markdown level1 conceptual"></div>
446+
<h5 class="decalaration">Declaration</h5>
447+
<div class="codewrapper">
448+
<pre><code class="lang-csharp hljs">IEnumerator IEnumerable.GetEnumerator()</code></pre>
449+
</div>
450+
<h5 class="returns">Returns</h5>
451+
<table class="table table-bordered table-striped table-condensed">
452+
<thead>
453+
<tr>
454+
<th>Type</th>
455+
<th>Description</th>
456+
</tr>
457+
</thead>
458+
<tbody>
459+
<tr>
460+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.ienumerator">IEnumerator</a></td>
461+
<td></td>
462+
</tr>
463+
</tbody>
464+
</table>
465+
<h3 id="implements">Implements</h3>
466+
<div>
467+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">System.Collections.Generic.IEnumerable&lt;T&gt;</a>
468+
</div>
469+
<div>
470+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.ienumerable">System.Collections.IEnumerable</a>
471+
</div>
409472
</article>
410473
</div>
411474

docs/api/Advanced.Algorithms.Geometry.PointInsidePolygon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
<h1 id="Advanced_Algorithms_Geometry_PointInsidePolygon" data-uid="Advanced.Algorithms.Geometry.PointInsidePolygon" class="text-break">Class PointInsidePolygon
8585
</h1>
86-
<div class="markdown level0 summary"><p>Implementesa method tp Check whether a given point is inside given polygon.</p>
86+
<div class="markdown level0 summary"><p>Check whether a given point is inside given polygon.</p>
8787
</div>
8888
<div class="markdown level0 conceptual"></div>
8989
<div class="inheritance">

docs/api/Advanced.Algorithms.Geometry.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h4><a class="xref" href="Advanced.Algorithms.Geometry.PointComparer.html">Point
112112
<section><p>Compares two points for geometric equality implementing IEqualityComparer.</p>
113113
</section>
114114
<h4><a class="xref" href="Advanced.Algorithms.Geometry.PointInsidePolygon.html">PointInsidePolygon</a></h4>
115-
<section><p>Implementesa method tp Check whether a given point is inside given polygon.</p>
115+
<section><p>Check whether a given point is inside given polygon.</p>
116116
</section>
117117
<h4><a class="xref" href="Advanced.Algorithms.Geometry.PointRotation.html">PointRotation</a></h4>
118118
<section><p>Rotates given point by given angle about given center.</p>

0 commit comments

Comments
 (0)