10
10
< meta name ="viewport " content ="width=device-width ">
11
11
< meta name ="title " content ="Class Combination
12
12
| Advanced Algorithms ">
13
- < meta name ="generator " content ="docfx 2.37.2 .0 ">
13
+ < meta name ="generator " content ="docfx 2.40.0 .0 ">
14
14
15
15
< link rel ="shortcut icon " href ="../favicon.ico ">
16
16
< link rel ="stylesheet " href ="../styles/docfx.vendor.css ">
@@ -91,42 +91,18 @@ <h5>Inheritance</h5>
91
91
< div class ="level0 "> < a class ="xref " href ="https://docs.microsoft.com/dotnet/api/system.object "> Object</ a > </ div >
92
92
< div class ="level1 "> < span class ="xref "> Combination</ span > </ div >
93
93
</ 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 >
118
94
< h6 > < strong > Namespace</ strong > : < a class ="xref " href ="Advanced.Algorithms.Combinatorics.html "> Advanced.Algorithms.Combinatorics</ a > </ h6 >
119
95
< h6 > < strong > Assembly</ strong > : Advanced.Algorithms.dll</ h6 >
120
96
< h5 id ="Advanced_Algorithms_Combinatorics_Combination_syntax "> Syntax</ h5 >
121
97
< 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 >
123
99
</ div >
124
100
< h3 id ="methods "> Methods
125
101
</ h3 >
126
102
127
103
128
104
< 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 >
130
106
< div class ="markdown level1 summary "> </ div >
131
107
< div class ="markdown level1 conceptual "> </ div >
132
108
< h5 class ="decalaration "> Declaration</ h5 >
@@ -144,7 +120,7 @@ <h5 class="parameters">Parameters</h5>
144
120
</ thead >
145
121
< tbody >
146
122
< 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 >
148
124
< td > < span class ="parametername "> input</ span > </ td >
149
125
< td > </ td >
150
126
</ tr >
@@ -170,7 +146,7 @@ <h5 class="returns">Returns</h5>
170
146
</ thead >
171
147
< tbody >
172
148
< 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 >
174
150
< td > </ td >
175
151
</ tr >
176
152
</ tbody >
0 commit comments