You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1181 lines
54 KiB

3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>Class Range
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class Range
  11. ">
  12. <meta name="generator" content="docfx 2.59.4.0">
  13. <link rel="shortcut icon" href="../favicon.ico">
  14. <link rel="stylesheet" href="../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../styles/docfx.css">
  16. <link rel="stylesheet" href="../styles/main.css">
  17. <link rel="stylesheet" href="../styles/fix.css">
  18. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  19. <meta property="docfx:navrel" content="../toc.html">
  20. <meta property="docfx:tocrel" content="toc.html">
  21. <meta property="docfx:rel" content="../">
  22. <meta property="docfx:newtab" content="true">
  23. </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
  24. <div id="wrapper">
  25. <header>
  26. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  27. <div class="container">
  28. <div class="navbar-header">
  29. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  30. <span class="sr-only">Toggle navigation</span>
  31. <span class="icon-bar"></span>
  32. <span class="icon-bar"></span>
  33. <span class="icon-bar"></span>
  34. </button>
  35. <a class="navbar-brand" href="../index.html">
  36. <img id="logo" class="svg" src="../logo.svg" alt="">
  37. </a>
  38. </div>
  39. <div class="collapse navbar-collapse" id="navbar">
  40. <form class="navbar-form navbar-right" role="search" id="search">
  41. <div class="form-group">
  42. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  43. </div>
  44. </form>
  45. </div>
  46. </div>
  47. </nav>
  48. <div class="subnav navbar navbar-default">
  49. <div class="container hide-when-search" id="breadcrumb">
  50. <ul class="breadcrumb">
  51. <li></li>
  52. </ul>
  53. </div>
  54. </div>
  55. </header>
  56. <div class="container body-content">
  57. <div id="search-results">
  58. <div class="search-list">Search Results for <span></span></div>
  59. <div class="sr-items">
  60. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  61. </div>
  62. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  63. </div>
  64. </div>
  65. <div role="main" class="container body-content hide-when-search">
  66. <div class="sidenav hide-when-search">
  67. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  68. <div class="sidetoggle collapse" id="sidetoggle">
  69. <div id="sidetoc"></div>
  70. </div>
  71. </div>
  72. <div class="article row grid-right">
  73. <div class="col-md-10">
  74. <article class="content wrap" id="_content" data-uid="SemVer.Range">
  75. <h1 id="SemVer_Range" data-uid="SemVer.Range" class="text-break">Class Range
  76. </h1>
  77. <div class="markdown level0 summary"></div>
  78. <div class="markdown level0 conceptual"></div>
  79. <div class="inheritance">
  80. <h5>Inheritance</h5>
  81. <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Object</a></div>
  82. <div class="level1"><span class="xref">Range</span></div>
  83. </div>
  84. <div class="implements">
  85. <h5>Implements</h5>
  86. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="SemVer.Range.html">Range</a>&gt;</div>
  87. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<span class="xref">VersionRange</span>&gt;</div>
  88. </div>
  89. <div class="inheritedMembers">
  90. <h5>Inherited Members</h5>
  91. <div>
  92. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
  93. </div>
  94. <div>
  95. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
  96. </div>
  97. <div>
  98. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
  99. </div>
  100. <div>
  101. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
  102. </div>
  103. </div>
  104. <h6><strong>Namespace</strong>: <a class="xref" href="SemVer.html">SemVer</a></h6>
  105. <h6><strong>Assembly</strong>: SemVer.dll</h6>
  106. <h5 id="SemVer_Range_syntax">Syntax</h5>
  107. <div class="codewrapper">
  108. <pre><code class="lang-csharp hljs">[Obsolete(&quot;Use Hive.Versioning.VersionRange instead.&quot;)]
  109. public class Range : IEquatable&lt;Range&gt;, IEquatable&lt;VersionRange&gt;</code></pre>
  110. </div>
  111. <h3 id="constructors">Constructors
  112. </h3>
  113. <span class="small pull-right mobile-hide">
  114. <span class="divider">|</span>
  115. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=SemVer_Range__ctor_System_String_System_Boolean_.md&amp;value=---%0Auid%3A%20SemVer.Range.%23ctor(System.String%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  116. </span>
  117. <span class="small pull-right mobile-hide">
  118. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/SemVer/Range.cs/#L16">View Source</a>
  119. </span>
  120. <a id="SemVer_Range__ctor_" data-uid="SemVer.Range.#ctor*"></a>
  121. <h4 id="SemVer_Range__ctor_System_String_System_Boolean_" data-uid="SemVer.Range.#ctor(System.String,System.Boolean)">Range(String, Boolean)</h4>
  122. <div class="markdown level1 summary"></div>
  123. <div class="markdown level1 conceptual"></div>
  124. <h5 class="decalaration">Declaration</h5>
  125. <div class="codewrapper">
  126. <pre><code class="lang-csharp hljs">public Range(string rangeSpec, bool loose = false)</code></pre>
  127. </div>
  128. <h5 class="parameters">Parameters</h5>
  129. <table class="table table-bordered table-striped table-condensed">
  130. <thead>
  131. <tr>
  132. <th>Type</th>
  133. <th>Name</th>
  134. <th>Description</th>
  135. </tr>
  136. </thead>
  137. <tbody>
  138. <tr>
  139. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  140. <td><span class="parametername">rangeSpec</span></td>
  141. <td></td>
  142. </tr>
  143. <tr>
  144. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  145. <td><span class="parametername">loose</span></td>
  146. <td></td>
  147. </tr>
  148. </tbody>
  149. </table>
  150. <h3 id="properties">Properties
  151. </h3>
  152. <span class="small pull-right mobile-hide">
  153. <span class="divider">|</span>
  154. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=SemVer_Range_UnderlyingRange.md&amp;value=---%0Auid%3A%20SemVer.Range.UnderlyingRange%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  155. </span>
  156. <span class="small pull-right mobile-hide">
  157. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/SemVer/Range.cs/#L12">View Source</a>
  158. </span>
  159. <a id="SemVer_Range_UnderlyingRange_" data-uid="SemVer.Range.UnderlyingRange*"></a>
  160. <h4 id="SemVer_Range_UnderlyingRange" data-uid="SemVer.Range.UnderlyingRange">UnderlyingRange</h4>
  161. <div class="markdown level1 summary"></div>
  162. <div class="markdown level1 conceptual"></div>
  163. <h5 class="decalaration">Declaration</h5>
  164. <div class="codewrapper">
  165. <pre><code class="lang-csharp hljs">public VersionRange UnderlyingRange { get; }</code></pre>
  166. </div>
  167. <h5 class="propertyValue">Property Value</h5>
  168. <table class="table table-bordered table-striped table-condensed">
  169. <thead>
  170. <tr>
  171. <th>Type</th>
  172. <th>Description</th>
  173. </tr>
  174. </thead>
  175. <tbody>
  176. <tr>
  177. <td><span class="xref">VersionRange</span></td>
  178. <td></td>
  179. </tr>
  180. </tbody>
  181. </table>
  182. <h3 id="methods">Methods
  183. </h3>
  184. <span class="small pull-right mobile-hide">
  185. <span class="divider">|</span>
  186. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=SemVer_Range_Equals_SemVer_Range_.md&amp;value=---%0Auid%3A%20SemVer.Range.Equals(SemVer.Range)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  187. </span>
  188. <span class="small pull-right mobile-hide">
  189. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/SemVer/Range.cs/#L34">View Source</a>
  190. </span>
  191. <a id="SemVer_Range_Equals_" data-uid="SemVer.Range.Equals*"></a>
  192. <h4 id="SemVer_Range_Equals_SemVer_Range_" data-uid="SemVer.Range.Equals(SemVer.Range)">Equals(Range)</h4>
  193. <div class="markdown level1 summary"></div>
  194. <div class="markdown level1 conceptual"></div>
  195. <h5 class="decalaration">Declaration</h5>
  196. <div class="codewrapper">
  197. <pre><code class="lang-csharp hljs">public bool Equals(Range other)</code></pre>
  198. </div>
  199. <h5 class="parameters">Parameters</h5>
  200. <table class="table table-bordered table-striped table-condensed">
  201. <thead>
  202. <tr>
  203. <th>Type</th>
  204. <th>Name</th>
  205. <th>Description</th>
  206. </tr>
  207. </thead>
  208. <tbody>
  209. <tr>
  210. <td><a class="xref" href="SemVer.Range.html">Range</a></td>
  211. <td><span class="parametername">other</span></td>
  212. <td></td>
  213. </tr>
  214. </tbody>
  215. </table>
  216. <h5 class="returns">Returns</h5>
  217. <table class="table table-bordered table-striped table-condensed">
  218. <thead>
  219. <tr>
  220. <th>Type</th>
  221. <th>Description</th>
  222. </tr>
  223. </thead>
  224. <tbody>
  225. <tr>
  226. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  227. <td></td>
  228. </tr>
  229. </tbody>
  230. </table>
  231. <span class="small pull-right mobile-hide">
  232. <span class="divider">|</span>
  233. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=SemVer_Range_Equals_System_Nullable_VersionRange__.md&amp;value=---%0Auid%3A%20SemVer.Range.Equals(System.Nullable%7BVersionRange%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  234. </span>
  235. <span class="small pull-right mobile-hide">
  236. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/SemVer/Range.cs/#L35">View Source</a>
  237. </span>
  238. <a id="SemVer_Range_Equals_" data-uid="SemVer.Range.Equals*"></a>
  239. <h4 id="SemVer_Range_Equals_System_Nullable_VersionRange__" data-uid="SemVer.Range.Equals(System.Nullable{VersionRange})">Equals(Nullable&lt;VersionRange&gt;)</h4>
  240. <div class="markdown level1 summary"></div>
  241. <div class="markdown level1 conceptual"></div>
  242. <h5 class="decalaration">Declaration</h5>
  243. <div class="codewrapper">
  244. <pre><code class="lang-csharp hljs">public bool Equals(VersionRange? other)</code></pre>
  245. </div>
  246. <h5 class="parameters">Parameters</h5>
  247. <table class="table table-bordered table-striped table-condensed">
  248. <thead>
  249. <tr>
  250. <th>Type</th>
  251. <th>Name</th>
  252. <th>Description</th>
  253. </tr>
  254. </thead>
  255. <tbody>
  256. <tr>
  257. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;<span class="xref">VersionRange</span>&gt;</td>
  258. <td><span class="parametername">other</span></td>
  259. <td></td>
  260. </tr>
  261. </tbody>
  262. </table>
  263. <h5 class="returns">Returns</h5>
  264. <table class="table table-bordered table-striped table-condensed">
  265. <thead>
  266. <tr>
  267. <th>Type</th>
  268. <th>Description</th>
  269. </tr>
  270. </thead>
  271. <tbody>
  272. <tr>
  273. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  274. <td></td>
  275. </tr>
  276. </tbody>
  277. </table>
  278. <span class="small pull-right mobile-hide">
  279. <span class="divider">|</span>
  280. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=SemVer_Range_Equals_System_Object_.md&amp;value=---%0Auid%3A%20SemVer.Range.Equals(System.Object)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  281. </span>
  282. <span class="small pull-right mobile-hide">
  283. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/SemVer/Range.cs/#L36">View Source</a>
  284. </span>
  285. <a id="SemVer_Range_Equals_" data-uid="SemVer.Range.Equals*"></a>
  286. <h4 id="SemVer_Range_Equals_System_Object_" data-uid="SemVer.Range.Equals(System.Object)">Equals(Object)</h4>
  287. <div class="markdown level1 summary"></div>
  288. <div class="markdown level1 conceptual"></div>
  289. <h5 class="decalaration">Declaration</h5>
  290. <div class="codewrapper">
  291. <pre><code class="lang-csharp hljs">public override bool Equals(object obj)</code></pre>
  292. </div>
  293. <h5 class="parameters">Parameters</h5>
  294. <table class="table table-bordered table-striped table-condensed">
  295. <thead>
  296. <tr>
  297. <th>Type</th>
  298. <th>Name</th>
  299. <th>Description</th>
  300. </tr>
  301. </thead>
  302. <tbody>
  303. <tr>
  304. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Object</a></td>
  305. <td><span class="parametername">obj</span></td>
  306. <td></td>
  307. </tr>
  308. </tbody>
  309. </table>
  310. <h5 class="returns">Returns</h5>
  311. <table class="table table-bordered table-striped table-condensed">
  312. <thead>
  313. <tr>
  314. <th>Type</th>
  315. <th>Description</th>
  316. </tr>
  317. </thead>
  318. <tbody>
  319. <tr>
  320. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  321. <td></td>
  322. </tr>
  323. </tbody>
  324. </table>
  325. <h5 class="overrides">Overrides</h5>
  326. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a></div>
  327. <span class="small pull-right mobile-hide">
  328. <span class="divider">|</span>
  329. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=SemVer_Range_ForHiveRange_VersionRange_.md&amp;value=---%0Auid%3A%20SemVer.Range.ForHiveRange(VersionRange)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  330. </span>
  331. <span class="small pull-right mobile-hide">
  332. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/SemVer/Range.cs/#L19">View Source</a>
  333. </span>
  334. <a id="SemVer_Range_ForHiveRange_" data-uid="SemVer.Range.ForHiveRange*"></a>
  335. <h4 id="SemVer_Range_ForHiveRange_VersionRange_" data-uid="SemVer.Range.ForHiveRange(VersionRange)">ForHiveRange(VersionRange)</h4>
  336. <div class="markdown level1 summary"></div>
  337. <div class="markdown level1 conceptual"></div>
  338. <h5 class="decalaration">Declaration</h5>
  339. <div class="codewrapper">
  340. <pre><code class="lang-csharp hljs">public static Range ForHiveRange(VersionRange real)</code></pre>
  341. </div>
  342. <h5 class="parameters">Parameters</h5>
  343. <table class="table table-bordered table-striped table-condensed">
  344. <thead>
  345. <tr>
  346. <th>Type</th>
  347. <th>Name</th>
  348. <th>Description</th>
  349. </tr>
  350. </thead>
  351. <tbody>
  352. <tr>
  353. <td><span class="xref">VersionRange</span></td>
  354. <td><span class="parametername">real</span></td>
  355. <td></td>
  356. </tr>
  357. </tbody>
  358. </table>
  359. <h5 class="returns">Returns</h5>
  360. <table class="table table-bordered table-striped table-condensed">
  361. <thead>
  362. <tr>
  363. <th>Type</th>
  364. <th>Description</th>
  365. </tr>
  366. </thead>
  367. <tbody>
  368. <tr>
  369. <td><a class="xref" href="SemVer.Range.html">Range</a></td>
  370. <td></td>
  371. </tr>
  372. </tbody>
  373. </table>
  374. <span class="small pull-right mobile-hide">
  375. <span class="divider">|</span>
  376. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=SemVer_Range_GetHashCode.md&amp;value=---%0Auid%3A%20SemVer.Range.GetHashCode%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  377. </span>
  378. <span class="small pull-right mobile-hide">
  379. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/SemVer/Range.cs/#L48">View Source</a>
  380. </span>
  381. <a id="SemVer_Range_GetHashCode_" data-uid="SemVer.Range.GetHashCode*"></a>
  382. <h4 id="SemVer_Range_GetHashCode" data-uid="SemVer.Range.GetHashCode">GetHashCode()</h4>
  383. <div class="markdown level1 summary"></div>
  384. <div class="markdown level1 conceptual"></div>
  385. <h5 class="decalaration">Declaration</h5>
  386. <div class="codewrapper">
  387. <pre><code class="lang-csharp hljs">public override int GetHashCode()</code></pre>
  388. </div>
  389. <h5 class="returns">Returns</h5>
  390. <table class="table table-bordered table-striped table-condensed">
  391. <thead>
  392. <tr>
  393. <th>Type</th>
  394. <th>Description</th>
  395. </tr>
  396. </thead>
  397. <tbody>
  398. <tr>
  399. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  400. <td></td>
  401. </tr>
  402. </tbody>
  403. </table>
  404. <h5 class="overrides">Overrides</h5>
  405. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a></div>
  406. <span class="small pull-right mobile-hide">
  407. <span class="divider">|</span>
  408. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=SemVer_Range_Intersect_SemVer_Range_.md&amp;value=---%0Auid%3A%20SemVer.Range.Intersect(SemVer.Range)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  409. </span>
  410. <span class="small pull-right mobile-hide">
  411. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/SemVer/Range.cs/#L31">View Source</a>
  412. </span>
  413. <a id="SemVer_Range_Intersect_" data-uid="SemVer.Range.Intersect*"></a>
  414. <h4 id="SemVer_Range_Intersect_SemVer_Range_" data-uid="SemVer.Range.Intersect(SemVer.Range)">Intersect(Range)</h4>
  415. <div class="markdown level1 summary"></div>
  416. <div class="markdown level1 conceptual"></div>
  417. <h5 class="decalaration">Declaration</h5>
  418. <div class="codewrapper">
  419. <pre><code class="lang-csharp hljs">public Range Intersect(Range other)</code></pre>
  420. </div>
  421. <h5 class="parameters">Parameters</h5>
  422. <table class="table table-bordered table-striped table-condensed">
  423. <thead>
  424. <tr>
  425. <th>Type</th>
  426. <th>Name</th>
  427. <th>Description</th>
  428. </tr>
  429. </thead>
  430. <tbody>
  431. <tr>
  432. <td><a class="xref" href="SemVer.Range.html">Range</a></td>
  433. <td><span class="parametername">other</span></td>
  434. <td></td>
  435. </tr>
  436. </tbody>
  437. </table>
  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="SemVer.Range.html">Range</a></td>
  449. <td></td>
  450. </tr>
  451. </tbody>
  452. </table>
  453. <span class="small pull-right mobile-hide">
  454. <span class="divider">|</span>
  455. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=SemVer_Range_IsSatisfied_Hive_Versioning_Version_.md&amp;value=---%0Auid%3A%20SemVer.Range.IsSatisfied(Hive.Versioning.Version)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  456. </span>
  457. <span class="small pull-right mobile-hide">
  458. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/SemVer/Range.cs/#L22">View Source</a>
  459. </span>
  460. <a id="SemVer_Range_IsSatisfied_" data-uid="SemVer.Range.IsSatisfied*"></a>
  461. <h4 id="SemVer_Range_IsSatisfied_Hive_Versioning_Version_" data-uid="SemVer.Range.IsSatisfied(Hive.Versioning.Version)">IsSatisfied(Hive.Versioning.Version)</h4>
  462. <div class="markdown level1 summary"></div>
  463. <div class="markdown level1 conceptual"></div>
  464. <h5 class="decalaration">Declaration</h5>
  465. <div class="codewrapper">
  466. <pre><code class="lang-csharp hljs">public bool IsSatisfied(Hive.Versioning.Version version)</code></pre>
  467. </div>
  468. <h5 class="parameters">Parameters</h5>
  469. <table class="table table-bordered table-striped table-condensed">
  470. <thead>
  471. <tr>
  472. <th>Type</th>
  473. <th>Name</th>
  474. <th>Description</th>
  475. </tr>
  476. </thead>
  477. <tbody>
  478. <tr>
  479. <td><span class="xref">Hive.Versioning.Version</span></td>
  480. <td><span class="parametername">version</span></td>
  481. <td></td>
  482. </tr>
  483. </tbody>
  484. </table>
  485. <h5 class="returns">Returns</h5>
  486. <table class="table table-bordered table-striped table-condensed">
  487. <thead>
  488. <tr>
  489. <th>Type</th>
  490. <th>Description</th>
  491. </tr>
  492. </thead>
  493. <tbody>
  494. <tr>
  495. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  496. <td></td>
  497. </tr>
  498. </tbody>
  499. </table>
  500. <span class="small pull-right mobile-hide">
  501. <span class="divider">|</span>
  502. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=SemVer_Range_IsSatisfied_SemVer_Version_.md&amp;value=---%0Auid%3A%20SemVer.Range.IsSatisfied(SemVer.Version)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  503. </span>
  504. <span class="small pull-right mobile-hide">
  505. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/SemVer/Range.cs/#L21">View Source</a>
  506. </span>
  507. <a id="SemVer_Range_IsSatisfied_" data-uid="SemVer.Range.IsSatisfied*"></a>
  508. <h4 id="SemVer_Range_IsSatisfied_SemVer_Version_" data-uid="SemVer.Range.IsSatisfied(SemVer.Version)">IsSatisfied(Version)</h4>
  509. <div class="markdown level1 summary"></div>
  510. <div class="markdown level1 conceptual"></div>
  511. <h5 class="decalaration">Declaration</h5>
  512. <div class="codewrapper">
  513. <pre><code class="lang-csharp hljs">public bool IsSatisfied(Version version)</code></pre>
  514. </div>
  515. <h5 class="parameters">Parameters</h5>
  516. <table class="table table-bordered table-striped table-condensed">
  517. <thead>
  518. <tr>
  519. <th>Type</th>
  520. <th>Name</th>
  521. <th>Description</th>
  522. </tr>
  523. </thead>
  524. <tbody>
  525. <tr>
  526. <td><a class="xref" href="SemVer.Version.html">Version</a></td>
  527. <td><span class="parametername">version</span></td>
  528. <td></td>
  529. </tr>
  530. </tbody>
  531. </table>
  532. <h5 class="returns">Returns</h5>
  533. <table class="table table-bordered table-striped table-condensed">
  534. <thead>
  535. <tr>
  536. <th>Type</th>
  537. <th>Description</th>
  538. </tr>
  539. </thead>
  540. <tbody>
  541. <tr>
  542. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  543. <td></td>
  544. </tr>
  545. </tbody>
  546. </table>
  547. <span class="small pull-right mobile-hide">
  548. <span class="divider">|</span>
  549. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=SemVer_Range_IsSatisfied_System_String_System_Boolean_.md&amp;value=---%0Auid%3A%20SemVer.Range.IsSatisfied(System.String%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  550. </span>
  551. <span class="small pull-right mobile-hide">
  552. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/SemVer/Range.cs/#L23">View Source</a>
  553. </span>
  554. <a id="SemVer_Range_IsSatisfied_" data-uid="SemVer.Range.IsSatisfied*"></a>
  555. <h4 id="SemVer_Range_IsSatisfied_System_String_System_Boolean_" data-uid="SemVer.Range.IsSatisfied(System.String,System.Boolean)">IsSatisfied(String, Boolean)</h4>
  556. <div class="markdown level1 summary"></div>
  557. <div class="markdown level1 conceptual"></div>
  558. <h5 class="decalaration">Declaration</h5>
  559. <div class="codewrapper">
  560. <pre><code class="lang-csharp hljs">public bool IsSatisfied(string versionString, bool loose = false)</code></pre>
  561. </div>
  562. <h5 class="parameters">Parameters</h5>
  563. <table class="table table-bordered table-striped table-condensed">
  564. <thead>
  565. <tr>
  566. <th>Type</th>
  567. <th>Name</th>
  568. <th>Description</th>
  569. </tr>
  570. </thead>
  571. <tbody>
  572. <tr>
  573. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  574. <td><span class="parametername">versionString</span></td>
  575. <td></td>
  576. </tr>
  577. <tr>
  578. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  579. <td><span class="parametername">loose</span></td>
  580. <td></td>
  581. </tr>
  582. </tbody>
  583. </table>
  584. <h5 class="returns">Returns</h5>
  585. <table class="table table-bordered table-striped table-condensed">
  586. <thead>
  587. <tr>
  588. <th>Type</th>
  589. <th>Description</th>
  590. </tr>
  591. </thead>
  592. <tbody>
  593. <tr>
  594. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  595. <td></td>
  596. </tr>
  597. </tbody>
  598. </table>
  599. <span class="small pull-right mobile-hide">
  600. <span class="divider">|</span>
  601. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=SemVer_Range_IsSatisfied_System_String_System_String_System_Boolean_.md&amp;value=---%0Auid%3A%20SemVer.Range.IsSatisfied(System.String%2CSystem.String%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  602. </span>
  603. <span class="small pull-right mobile-hide">
  604. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/SemVer/Range.cs/#L50">View Source</a>
  605. </span>
  606. <a id="SemVer_Range_IsSatisfied_" data-uid="SemVer.Range.IsSatisfied*"></a>
  607. <h4 id="SemVer_Range_IsSatisfied_System_String_System_String_System_Boolean_" data-uid="SemVer.Range.IsSatisfied(System.String,System.String,System.Boolean)">IsSatisfied(String, String, Boolean)</h4>
  608. <div class="markdown level1 summary"></div>
  609. <div class="markdown level1 conceptual"></div>
  610. <h5 class="decalaration">Declaration</h5>
  611. <div class="codewrapper">
  612. <pre><code class="lang-csharp hljs">public static bool IsSatisfied(string rangeSpec, string versionString, bool loose = false)</code></pre>
  613. </div>
  614. <h5 class="parameters">Parameters</h5>
  615. <table class="table table-bordered table-striped table-condensed">
  616. <thead>
  617. <tr>
  618. <th>Type</th>
  619. <th>Name</th>
  620. <th>Description</th>
  621. </tr>
  622. </thead>
  623. <tbody>
  624. <tr>
  625. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  626. <td><span class="parametername">rangeSpec</span></td>
  627. <td></td>
  628. </tr>
  629. <tr>
  630. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  631. <td><span class="parametername">versionString</span></td>
  632. <td></td>
  633. </tr>
  634. <tr>
  635. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  636. <td><span class="parametername">loose</span></td>
  637. <td></td>
  638. </tr>
  639. </tbody>
  640. </table>
  641. <h5 class="returns">Returns</h5>
  642. <table class="table table-bordered table-striped table-condensed">
  643. <thead>
  644. <tr>
  645. <th>Type</th>
  646. <th>Description</th>
  647. </tr>
  648. </thead>
  649. <tbody>
  650. <tr>
  651. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  652. <td></td>
  653. </tr>
  654. </tbody>
  655. </table>
  656. <span class="small pull-right mobile-hide">
  657. <span class="divider">|</span>
  658. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=SemVer_Range_MaxSatisfying_System_Collections_Generic_IEnumerable_SemVer_Version__.md&amp;value=---%0Auid%3A%20SemVer.Range.MaxSatisfying(System.Collections.Generic.IEnumerable%7BSemVer.Version%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  659. </span>
  660. <span class="small pull-right mobile-hide">
  661. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/SemVer/Range.cs/#L28">View Source</a>
  662. </span>
  663. <a id="SemVer_Range_MaxSatisfying_" data-uid="SemVer.Range.MaxSatisfying*"></a>
  664. <h4 id="SemVer_Range_MaxSatisfying_System_Collections_Generic_IEnumerable_SemVer_Version__" data-uid="SemVer.Range.MaxSatisfying(System.Collections.Generic.IEnumerable{SemVer.Version})">MaxSatisfying(IEnumerable&lt;Version&gt;)</h4>
  665. <div class="markdown level1 summary"></div>
  666. <div class="markdown level1 conceptual"></div>
  667. <h5 class="decalaration">Declaration</h5>
  668. <div class="codewrapper">
  669. <pre><code class="lang-csharp hljs">public Version MaxSatisfying(IEnumerable&lt;Version&gt; versions)</code></pre>
  670. </div>
  671. <h5 class="parameters">Parameters</h5>
  672. <table class="table table-bordered table-striped table-condensed">
  673. <thead>
  674. <tr>
  675. <th>Type</th>
  676. <th>Name</th>
  677. <th>Description</th>
  678. </tr>
  679. </thead>
  680. <tbody>
  681. <tr>
  682. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="SemVer.Version.html">Version</a>&gt;</td>
  683. <td><span class="parametername">versions</span></td>
  684. <td></td>
  685. </tr>
  686. </tbody>
  687. </table>
  688. <h5 class="returns">Returns</h5>
  689. <table class="table table-bordered table-striped table-condensed">
  690. <thead>
  691. <tr>
  692. <th>Type</th>
  693. <th>Description</th>
  694. </tr>
  695. </thead>
  696. <tbody>
  697. <tr>
  698. <td><a class="xref" href="SemVer.Version.html">Version</a></td>
  699. <td></td>
  700. </tr>
  701. </tbody>
  702. </table>
  703. <span class="small pull-right mobile-hide">
  704. <span class="divider">|</span>
  705. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=SemVer_Range_MaxSatisfying_System_Collections_Generic_IEnumerable_System_String__System_Boolean_.md&amp;value=---%0Auid%3A%20SemVer.Range.MaxSatisfying(System.Collections.Generic.IEnumerable%7BSystem.String%7D%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  706. </span>
  707. <span class="small pull-right mobile-hide">
  708. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/SemVer/Range.cs/#L29">View Source</a>
  709. </span>
  710. <a id="SemVer_Range_MaxSatisfying_" data-uid="SemVer.Range.MaxSatisfying*"></a>
  711. <h4 id="SemVer_Range_MaxSatisfying_System_Collections_Generic_IEnumerable_System_String__System_Boolean_" data-uid="SemVer.Range.MaxSatisfying(System.Collections.Generic.IEnumerable{System.String},System.Boolean)">MaxSatisfying(IEnumerable&lt;String&gt;, Boolean)</h4>
  712. <div class="markdown level1 summary"></div>
  713. <div class="markdown level1 conceptual"></div>
  714. <h5 class="decalaration">Declaration</h5>
  715. <div class="codewrapper">
  716. <pre><code class="lang-csharp hljs">public string MaxSatisfying(IEnumerable&lt;string&gt; versionStrings, bool loose = false)</code></pre>
  717. </div>
  718. <h5 class="parameters">Parameters</h5>
  719. <table class="table table-bordered table-striped table-condensed">
  720. <thead>
  721. <tr>
  722. <th>Type</th>
  723. <th>Name</th>
  724. <th>Description</th>
  725. </tr>
  726. </thead>
  727. <tbody>
  728. <tr>
  729. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>&gt;</td>
  730. <td><span class="parametername">versionStrings</span></td>
  731. <td></td>
  732. </tr>
  733. <tr>
  734. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  735. <td><span class="parametername">loose</span></td>
  736. <td></td>
  737. </tr>
  738. </tbody>
  739. </table>
  740. <h5 class="returns">Returns</h5>
  741. <table class="table table-bordered table-striped table-condensed">
  742. <thead>
  743. <tr>
  744. <th>Type</th>
  745. <th>Description</th>
  746. </tr>
  747. </thead>
  748. <tbody>
  749. <tr>
  750. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  751. <td></td>
  752. </tr>
  753. </tbody>
  754. </table>
  755. <span class="small pull-right mobile-hide">
  756. <span class="divider">|</span>
  757. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=SemVer_Range_MaxSatisfying_System_String_System_Collections_Generic_IEnumerable_System_String__System_Boolean_.md&amp;value=---%0Auid%3A%20SemVer.Range.MaxSatisfying(System.String%2CSystem.Collections.Generic.IEnumerable%7BSystem.String%7D%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  758. </span>
  759. <span class="small pull-right mobile-hide">
  760. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/SemVer/Range.cs/#L55">View Source</a>
  761. </span>
  762. <a id="SemVer_Range_MaxSatisfying_" data-uid="SemVer.Range.MaxSatisfying*"></a>
  763. <h4 id="SemVer_Range_MaxSatisfying_System_String_System_Collections_Generic_IEnumerable_System_String__System_Boolean_" data-uid="SemVer.Range.MaxSatisfying(System.String,System.Collections.Generic.IEnumerable{System.String},System.Boolean)">MaxSatisfying(String, IEnumerable&lt;String&gt;, Boolean)</h4>
  764. <div class="markdown level1 summary"></div>
  765. <div class="markdown level1 conceptual"></div>
  766. <h5 class="decalaration">Declaration</h5>
  767. <div class="codewrapper">
  768. <pre><code class="lang-csharp hljs">public static string MaxSatisfying(string rangeSpec, IEnumerable&lt;string&gt; versions, bool loose = false)</code></pre>
  769. </div>
  770. <h5 class="parameters">Parameters</h5>
  771. <table class="table table-bordered table-striped table-condensed">
  772. <thead>
  773. <tr>
  774. <th>Type</th>
  775. <th>Name</th>
  776. <th>Description</th>
  777. </tr>
  778. </thead>
  779. <tbody>
  780. <tr>
  781. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  782. <td><span class="parametername">rangeSpec</span></td>
  783. <td></td>
  784. </tr>
  785. <tr>
  786. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>&gt;</td>
  787. <td><span class="parametername">versions</span></td>
  788. <td></td>
  789. </tr>
  790. <tr>
  791. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  792. <td><span class="parametername">loose</span></td>
  793. <td></td>
  794. </tr>
  795. </tbody>
  796. </table>
  797. <h5 class="returns">Returns</h5>
  798. <table class="table table-bordered table-striped table-condensed">
  799. <thead>
  800. <tr>
  801. <th>Type</th>
  802. <th>Description</th>
  803. </tr>
  804. </thead>
  805. <tbody>
  806. <tr>
  807. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  808. <td></td>
  809. </tr>
  810. </tbody>
  811. </table>
  812. <span class="small pull-right mobile-hide">
  813. <span class="divider">|</span>
  814. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=SemVer_Range_Satisfying_System_Collections_Generic_IEnumerable_SemVer_Version__.md&amp;value=---%0Auid%3A%20SemVer.Range.Satisfying(System.Collections.Generic.IEnumerable%7BSemVer.Version%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  815. </span>
  816. <span class="small pull-right mobile-hide">
  817. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/SemVer/Range.cs/#L25">View Source</a>
  818. </span>
  819. <a id="SemVer_Range_Satisfying_" data-uid="SemVer.Range.Satisfying*"></a>
  820. <h4 id="SemVer_Range_Satisfying_System_Collections_Generic_IEnumerable_SemVer_Version__" data-uid="SemVer.Range.Satisfying(System.Collections.Generic.IEnumerable{SemVer.Version})">Satisfying(IEnumerable&lt;Version&gt;)</h4>
  821. <div class="markdown level1 summary"></div>
  822. <div class="markdown level1 conceptual"></div>
  823. <h5 class="decalaration">Declaration</h5>
  824. <div class="codewrapper">
  825. <pre><code class="lang-csharp hljs">public IEnumerable&lt;Version&gt; Satisfying(IEnumerable&lt;Version&gt; versions)</code></pre>
  826. </div>
  827. <h5 class="parameters">Parameters</h5>
  828. <table class="table table-bordered table-striped table-condensed">
  829. <thead>
  830. <tr>
  831. <th>Type</th>
  832. <th>Name</th>
  833. <th>Description</th>
  834. </tr>
  835. </thead>
  836. <tbody>
  837. <tr>
  838. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="SemVer.Version.html">Version</a>&gt;</td>
  839. <td><span class="parametername">versions</span></td>
  840. <td></td>
  841. </tr>
  842. </tbody>
  843. </table>
  844. <h5 class="returns">Returns</h5>
  845. <table class="table table-bordered table-striped table-condensed">
  846. <thead>
  847. <tr>
  848. <th>Type</th>
  849. <th>Description</th>
  850. </tr>
  851. </thead>
  852. <tbody>
  853. <tr>
  854. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="SemVer.Version.html">Version</a>&gt;</td>
  855. <td></td>
  856. </tr>
  857. </tbody>
  858. </table>
  859. <span class="small pull-right mobile-hide">
  860. <span class="divider">|</span>
  861. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=SemVer_Range_Satisfying_System_Collections_Generic_IEnumerable_System_String__System_Boolean_.md&amp;value=---%0Auid%3A%20SemVer.Range.Satisfying(System.Collections.Generic.IEnumerable%7BSystem.String%7D%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  862. </span>
  863. <span class="small pull-right mobile-hide">
  864. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/SemVer/Range.cs/#L26">View Source</a>
  865. </span>
  866. <a id="SemVer_Range_Satisfying_" data-uid="SemVer.Range.Satisfying*"></a>
  867. <h4 id="SemVer_Range_Satisfying_System_Collections_Generic_IEnumerable_System_String__System_Boolean_" data-uid="SemVer.Range.Satisfying(System.Collections.Generic.IEnumerable{System.String},System.Boolean)">Satisfying(IEnumerable&lt;String&gt;, Boolean)</h4>
  868. <div class="markdown level1 summary"></div>
  869. <div class="markdown level1 conceptual"></div>
  870. <h5 class="decalaration">Declaration</h5>
  871. <div class="codewrapper">
  872. <pre><code class="lang-csharp hljs">public IEnumerable&lt;string&gt; Satisfying(IEnumerable&lt;string&gt; versions, bool loose = false)</code></pre>
  873. </div>
  874. <h5 class="parameters">Parameters</h5>
  875. <table class="table table-bordered table-striped table-condensed">
  876. <thead>
  877. <tr>
  878. <th>Type</th>
  879. <th>Name</th>
  880. <th>Description</th>
  881. </tr>
  882. </thead>
  883. <tbody>
  884. <tr>
  885. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>&gt;</td>
  886. <td><span class="parametername">versions</span></td>
  887. <td></td>
  888. </tr>
  889. <tr>
  890. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  891. <td><span class="parametername">loose</span></td>
  892. <td></td>
  893. </tr>
  894. </tbody>
  895. </table>
  896. <h5 class="returns">Returns</h5>
  897. <table class="table table-bordered table-striped table-condensed">
  898. <thead>
  899. <tr>
  900. <th>Type</th>
  901. <th>Description</th>
  902. </tr>
  903. </thead>
  904. <tbody>
  905. <tr>
  906. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>&gt;</td>
  907. <td></td>
  908. </tr>
  909. </tbody>
  910. </table>
  911. <span class="small pull-right mobile-hide">
  912. <span class="divider">|</span>
  913. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=SemVer_Range_Satisfying_System_String_System_Collections_Generic_IEnumerable_System_String__System_Boolean_.md&amp;value=---%0Auid%3A%20SemVer.Range.Satisfying(System.String%2CSystem.Collections.Generic.IEnumerable%7BSystem.String%7D%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  914. </span>
  915. <span class="small pull-right mobile-hide">
  916. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/SemVer/Range.cs/#L52">View Source</a>
  917. </span>
  918. <a id="SemVer_Range_Satisfying_" data-uid="SemVer.Range.Satisfying*"></a>
  919. <h4 id="SemVer_Range_Satisfying_System_String_System_Collections_Generic_IEnumerable_System_String__System_Boolean_" data-uid="SemVer.Range.Satisfying(System.String,System.Collections.Generic.IEnumerable{System.String},System.Boolean)">Satisfying(String, IEnumerable&lt;String&gt;, Boolean)</h4>
  920. <div class="markdown level1 summary"></div>
  921. <div class="markdown level1 conceptual"></div>
  922. <h5 class="decalaration">Declaration</h5>
  923. <div class="codewrapper">
  924. <pre><code class="lang-csharp hljs">public static IEnumerable&lt;string&gt; Satisfying(string rangeSpec, IEnumerable&lt;string&gt; versions, bool loose = false)</code></pre>
  925. </div>
  926. <h5 class="parameters">Parameters</h5>
  927. <table class="table table-bordered table-striped table-condensed">
  928. <thead>
  929. <tr>
  930. <th>Type</th>
  931. <th>Name</th>
  932. <th>Description</th>
  933. </tr>
  934. </thead>
  935. <tbody>
  936. <tr>
  937. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  938. <td><span class="parametername">rangeSpec</span></td>
  939. <td></td>
  940. </tr>
  941. <tr>
  942. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>&gt;</td>
  943. <td><span class="parametername">versions</span></td>
  944. <td></td>
  945. </tr>
  946. <tr>
  947. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  948. <td><span class="parametername">loose</span></td>
  949. <td></td>
  950. </tr>
  951. </tbody>
  952. </table>
  953. <h5 class="returns">Returns</h5>
  954. <table class="table table-bordered table-striped table-condensed">
  955. <thead>
  956. <tr>
  957. <th>Type</th>
  958. <th>Description</th>
  959. </tr>
  960. </thead>
  961. <tbody>
  962. <tr>
  963. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>&gt;</td>
  964. <td></td>
  965. </tr>
  966. </tbody>
  967. </table>
  968. <span class="small pull-right mobile-hide">
  969. <span class="divider">|</span>
  970. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=SemVer_Range_ToString.md&amp;value=---%0Auid%3A%20SemVer.Range.ToString%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  971. </span>
  972. <span class="small pull-right mobile-hide">
  973. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/SemVer/Range.cs/#L32">View Source</a>
  974. </span>
  975. <a id="SemVer_Range_ToString_" data-uid="SemVer.Range.ToString*"></a>
  976. <h4 id="SemVer_Range_ToString" data-uid="SemVer.Range.ToString">ToString()</h4>
  977. <div class="markdown level1 summary"></div>
  978. <div class="markdown level1 conceptual"></div>
  979. <h5 class="decalaration">Declaration</h5>
  980. <div class="codewrapper">
  981. <pre><code class="lang-csharp hljs">public override string ToString()</code></pre>
  982. </div>
  983. <h5 class="returns">Returns</h5>
  984. <table class="table table-bordered table-striped table-condensed">
  985. <thead>
  986. <tr>
  987. <th>Type</th>
  988. <th>Description</th>
  989. </tr>
  990. </thead>
  991. <tbody>
  992. <tr>
  993. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  994. <td></td>
  995. </tr>
  996. </tbody>
  997. </table>
  998. <h5 class="overrides">Overrides</h5>
  999. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring">Object.ToString()</a></div>
  1000. <h3 id="operators">Operators
  1001. </h3>
  1002. <span class="small pull-right mobile-hide">
  1003. <span class="divider">|</span>
  1004. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=SemVer_Range_op_Equality_SemVer_Range_SemVer_Range_.md&amp;value=---%0Auid%3A%20SemVer.Range.op_Equality(SemVer.Range%2CSemVer.Range)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1005. </span>
  1006. <span class="small pull-right mobile-hide">
  1007. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/SemVer/Range.cs/#L44">View Source</a>
  1008. </span>
  1009. <a id="SemVer_Range_op_Equality_" data-uid="SemVer.Range.op_Equality*"></a>
  1010. <h4 id="SemVer_Range_op_Equality_SemVer_Range_SemVer_Range_" data-uid="SemVer.Range.op_Equality(SemVer.Range,SemVer.Range)">Equality(Range, Range)</h4>
  1011. <div class="markdown level1 summary"></div>
  1012. <div class="markdown level1 conceptual"></div>
  1013. <h5 class="decalaration">Declaration</h5>
  1014. <div class="codewrapper">
  1015. <pre><code class="lang-csharp hljs">public static bool operator ==(Range a, Range b)</code></pre>
  1016. </div>
  1017. <h5 class="parameters">Parameters</h5>
  1018. <table class="table table-bordered table-striped table-condensed">
  1019. <thead>
  1020. <tr>
  1021. <th>Type</th>
  1022. <th>Name</th>
  1023. <th>Description</th>
  1024. </tr>
  1025. </thead>
  1026. <tbody>
  1027. <tr>
  1028. <td><a class="xref" href="SemVer.Range.html">Range</a></td>
  1029. <td><span class="parametername">a</span></td>
  1030. <td></td>
  1031. </tr>
  1032. <tr>
  1033. <td><a class="xref" href="SemVer.Range.html">Range</a></td>
  1034. <td><span class="parametername">b</span></td>
  1035. <td></td>
  1036. </tr>
  1037. </tbody>
  1038. </table>
  1039. <h5 class="returns">Returns</h5>
  1040. <table class="table table-bordered table-striped table-condensed">
  1041. <thead>
  1042. <tr>
  1043. <th>Type</th>
  1044. <th>Description</th>
  1045. </tr>
  1046. </thead>
  1047. <tbody>
  1048. <tr>
  1049. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  1050. <td></td>
  1051. </tr>
  1052. </tbody>
  1053. </table>
  1054. <span class="small pull-right mobile-hide">
  1055. <span class="divider">|</span>
  1056. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=SemVer_Range_op_Inequality_SemVer_Range_SemVer_Range_.md&amp;value=---%0Auid%3A%20SemVer.Range.op_Inequality(SemVer.Range%2CSemVer.Range)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1057. </span>
  1058. <span class="small pull-right mobile-hide">
  1059. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/SemVer/Range.cs/#L46">View Source</a>
  1060. </span>
  1061. <a id="SemVer_Range_op_Inequality_" data-uid="SemVer.Range.op_Inequality*"></a>
  1062. <h4 id="SemVer_Range_op_Inequality_SemVer_Range_SemVer_Range_" data-uid="SemVer.Range.op_Inequality(SemVer.Range,SemVer.Range)">Inequality(Range, Range)</h4>
  1063. <div class="markdown level1 summary"></div>
  1064. <div class="markdown level1 conceptual"></div>
  1065. <h5 class="decalaration">Declaration</h5>
  1066. <div class="codewrapper">
  1067. <pre><code class="lang-csharp hljs">public static bool operator !=(Range a, Range b)</code></pre>
  1068. </div>
  1069. <h5 class="parameters">Parameters</h5>
  1070. <table class="table table-bordered table-striped table-condensed">
  1071. <thead>
  1072. <tr>
  1073. <th>Type</th>
  1074. <th>Name</th>
  1075. <th>Description</th>
  1076. </tr>
  1077. </thead>
  1078. <tbody>
  1079. <tr>
  1080. <td><a class="xref" href="SemVer.Range.html">Range</a></td>
  1081. <td><span class="parametername">a</span></td>
  1082. <td></td>
  1083. </tr>
  1084. <tr>
  1085. <td><a class="xref" href="SemVer.Range.html">Range</a></td>
  1086. <td><span class="parametername">b</span></td>
  1087. <td></td>
  1088. </tr>
  1089. </tbody>
  1090. </table>
  1091. <h5 class="returns">Returns</h5>
  1092. <table class="table table-bordered table-striped table-condensed">
  1093. <thead>
  1094. <tr>
  1095. <th>Type</th>
  1096. <th>Description</th>
  1097. </tr>
  1098. </thead>
  1099. <tbody>
  1100. <tr>
  1101. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  1102. <td></td>
  1103. </tr>
  1104. </tbody>
  1105. </table>
  1106. <h3 id="implements">Implements</h3>
  1107. <div>
  1108. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">System.IEquatable&lt;T&gt;</a>
  1109. </div>
  1110. <div>
  1111. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">System.IEquatable&lt;T&gt;</a>
  1112. </div>
  1113. <h3 id="extensionmethods">Extension Methods</h3>
  1114. <div>
  1115. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetField__2___0_System_String___1_">ReflectionUtil.SetField&lt;T, U&gt;(T, String, U)</a>
  1116. </div>
  1117. <div>
  1118. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetField__2___1_System_String_">ReflectionUtil.GetField&lt;U, T&gt;(T, String)</a>
  1119. </div>
  1120. <div>
  1121. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetProperty__2___0_System_String___1_">ReflectionUtil.SetProperty&lt;T, U&gt;(T, String, U)</a>
  1122. </div>
  1123. <div>
  1124. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetProperty__2___1_System_String_">ReflectionUtil.GetProperty&lt;U, T&gt;(T, String)</a>
  1125. </div>
  1126. <div>
  1127. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokeMethod__2___1_System_String_System_Object___">ReflectionUtil.InvokeMethod&lt;U, T&gt;(T, String, Object[])</a>
  1128. </div>
  1129. </article>
  1130. </div>
  1131. <div class="hidden-sm col-md-2" role="complementary">
  1132. <div class="sideaffix">
  1133. <div class="contribution">
  1134. <ul class="nav">
  1135. <li>
  1136. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=SemVer_Range.md&amp;value=---%0Auid%3A%20SemVer.Range%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
  1137. </li>
  1138. <li>
  1139. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/SemVer/Range.cs/#L9" class="contribution-link">View Source</a>
  1140. </li>
  1141. </ul>
  1142. </div>
  1143. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  1144. <h5>In This Article</h5>
  1145. <div></div>
  1146. </nav>
  1147. </div>
  1148. </div>
  1149. </div>
  1150. </div>
  1151. <footer>
  1152. <div class="grad-bottom"></div>
  1153. <div class="footer">
  1154. <div class="container">
  1155. <span class="pull-right">
  1156. <a href="#top">Back to top</a>
  1157. </span>
  1158. <span>Generated by <strong>DocFX</strong></span>
  1159. </div>
  1160. </div>
  1161. </footer>
  1162. </div>
  1163. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  1164. <script type="text/javascript" src="../styles/docfx.js"></script>
  1165. <script type="text/javascript" src="../styles/main.js"></script>
  1166. </body>
  1167. </html>