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.37.2 .0 ">
13+ < meta name ="generator " content ="docfx 2.40.0 .0 ">
1414
1515 < link rel ="shortcut icon " href ="../favicon.ico ">
1616 < link rel ="stylesheet " href ="../styles/docfx.vendor.css ">
@@ -91,42 +91,18 @@ <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 >
11894 < h6 > < strong > Namespace</ strong > : < a class ="xref " href ="Advanced.Algorithms.Combinatorics.html "> Advanced.Algorithms.Combinatorics</ a > </ h6 >
11995 < h6 > < strong > Assembly</ strong > : Advanced.Algorithms.dll</ h6 >
12096 < h5 id ="Advanced_Algorithms_Combinatorics_Combination_syntax "> Syntax</ h5 >
12197 < div class ="codewrapper ">
122- < pre > < code class ="lang-csharp hljs "> public class Combination</ code > </ pre >
98+ < pre > < code class ="lang-csharp hljs "> public class Combination : object </ code > </ pre >
12399 </ div >
124100 < h3 id ="methods "> Methods
125101 </ h3 >
126102
127103
128104 < a id ="Advanced_Algorithms_Combinatorics_Combination_Find_ " data-uid ="Advanced.Algorithms.Combinatorics.Combination.Find* "> </ a >
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<T>(List<T>, Int32, Boolean)</ h4 >
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<T>(List<T>, Int32, Boolean)</ h4 >
130106 < div class ="markdown level1 summary "> </ div >
131107 < div class ="markdown level1 conceptual "> </ div >
132108 < h5 class ="decalaration "> Declaration</ h5 >
@@ -144,7 +120,7 @@ <h5 class="parameters">Parameters</h5>
144120 </ thead >
145121 < tbody >
146122 < tr >
147- < td > < a class ="xref " href =" https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 " > List</ a > <T></ td >
123+ < td > < span class ="xref "> List</ span > <T></ td >
148124 < td > < span class ="parametername "> input</ span > </ td >
149125 < td > </ td >
150126 </ tr >
@@ -170,7 +146,7 @@ <h5 class="returns">Returns</h5>
170146 </ thead >
171147 < tbody >
172148 < tr >
173- < td > < a class ="xref " href =" https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 " > List</ a > << a class ="xref " href =" https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 " > List</ a > <T>></ td >
149+ < td > < span class ="xref "> List</ span > << span class ="xref "> List</ span > <T>></ td >
174150 < td > </ td >
175151 </ tr >
176152 </ tbody >
0 commit comments