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.

370 lines
21 KiB

  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 ISetConverter&lt;T&gt;
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class ISetConverter&lt;T&gt;
  11. ">
  12. <meta name="generator" content="docfx 2.48.0.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 href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  18. <meta property="docfx:navrel" content="../toc.html">
  19. <meta property="docfx:tocrel" content="toc.html">
  20. <meta property="docfx:rel" content="../">
  21. <meta property="docfx:newtab" content="true">
  22. </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
  23. <div id="wrapper">
  24. <header>
  25. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  26. <div class="container">
  27. <div class="navbar-header">
  28. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  29. <span class="sr-only">Toggle navigation</span>
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. <span class="icon-bar"></span>
  33. </button>
  34. <a class="navbar-brand" href="../index.html">
  35. <img id="logo" class="svg" src="../logo.svg" alt="">
  36. </a>
  37. </div>
  38. <div class="collapse navbar-collapse" id="navbar">
  39. <form class="navbar-form navbar-right" role="search" id="search">
  40. <div class="form-group">
  41. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  42. </div>
  43. </form>
  44. </div>
  45. </div>
  46. </nav>
  47. <div class="subnav navbar navbar-default">
  48. <div class="container hide-when-search" id="breadcrumb">
  49. <ul class="breadcrumb">
  50. <li></li>
  51. </ul>
  52. </div>
  53. </div>
  54. </header>
  55. <div class="container body-content">
  56. <div id="search-results">
  57. <div class="search-list"></div>
  58. <div class="sr-items">
  59. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  60. </div>
  61. <ul id="pagination"></ul>
  62. </div>
  63. </div>
  64. <div role="main" class="container body-content hide-when-search">
  65. <div class="sidenav hide-when-search">
  66. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  67. <div class="sidetoggle collapse" id="sidetoggle">
  68. <div id="sidetoc"></div>
  69. </div>
  70. </div>
  71. <div class="article row grid-right">
  72. <div class="col-md-10">
  73. <article class="content wrap" id="_content" data-uid="IPA.Config.Stores.Converters.ISetConverter`1">
  74. <h1 id="IPA_Config_Stores_Converters_ISetConverter_1" data-uid="IPA.Config.Stores.Converters.ISetConverter`1" class="text-break">Class ISetConverter&lt;T&gt;
  75. </h1>
  76. <div class="markdown level0 summary"><p>A <a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html">CollectionConverter&lt;T, TCollection&gt;</a> for an <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.iset-1">ISet&lt;T&gt;</a>, creating a <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.hashset-1">HashSet&lt;T&gt;</a> when deserializing.</p>
  77. </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://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
  82. <div class="level1"><a class="xref" href="IPA.Config.Stores.ValueConverter-1.html">ValueConverter</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.iset-1">ISet</a>&lt;T&gt;&gt;</div>
  83. <div class="level2"><a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html">CollectionConverter</a>&lt;T, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.iset-1">ISet</a>&lt;T&gt;&gt;</div>
  84. <div class="level3"><span class="xref">ISetConverter&lt;T&gt;</span></div>
  85. <div class="level4"><a class="xref" href="IPA.Config.Stores.Converters.ISetConverter-2.html">ISetConverter&lt;T, TConverter&gt;</a></div>
  86. </div>
  87. <div classs="implements">
  88. <h5>Implements</h5>
  89. <div><a class="xref" href="IPA.Config.Stores.IValueConverter.html">IValueConverter</a></div>
  90. </div>
  91. <div class="inheritedMembers">
  92. <h5>Inherited Members</h5>
  93. <div>
  94. <a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html#IPA_Config_Stores_Converters_CollectionConverter_2_BaseConverter">CollectionConverter&lt;T, ISet&lt;T&gt;&gt;.BaseConverter</a>
  95. </div>
  96. <div>
  97. <a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html#IPA_Config_Stores_Converters_CollectionConverter_2_Create_System_Int32_System_Object_">CollectionConverter&lt;T, ISet&lt;T&gt;&gt;.Create(Int32, Object)</a>
  98. </div>
  99. <div>
  100. <a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html#IPA_Config_Stores_Converters_CollectionConverter_2_PopulateFromValue__1_IPA_Config_Data_List_System_Object_">CollectionConverter&lt;T, ISet&lt;T&gt;&gt;.PopulateFromValue(ISet&lt;T&gt;, List, Object)</a>
  101. </div>
  102. <div>
  103. <a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html#IPA_Config_Stores_Converters_CollectionConverter_2_FromValue_IPA_Config_Data_Value_System_Object_">CollectionConverter&lt;T, ISet&lt;T&gt;&gt;.FromValue(Value, Object)</a>
  104. </div>
  105. <div>
  106. <a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html#IPA_Config_Stores_Converters_CollectionConverter_2_ToValue__1_System_Object_">CollectionConverter&lt;T, ISet&lt;T&gt;&gt;.ToValue(ISet&lt;T&gt;, Object)</a>
  107. </div>
  108. <div>
  109. <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_ToValue__0_System_Object_">ValueConverter&lt;ISet&lt;T&gt;&gt;.ToValue(ISet&lt;T&gt;, Object)</a>
  110. </div>
  111. <div>
  112. <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_FromValue_IPA_Config_Data_Value_System_Object_">ValueConverter&lt;ISet&lt;T&gt;&gt;.FromValue(Value, Object)</a>
  113. </div>
  114. <div>
  115. <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_ToValue_System_Object_System_Object_">ValueConverter&lt;ISet&lt;T&gt;&gt;.IValueConverter.ToValue(Object, Object)</a>
  116. </div>
  117. <div>
  118. <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_FromValue_IPA_Config_Data_Value_System_Object_">ValueConverter&lt;ISet&lt;T&gt;&gt;.IValueConverter.FromValue(Value, Object)</a>
  119. </div>
  120. <div>
  121. <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_Type">ValueConverter&lt;ISet&lt;T&gt;&gt;.IValueConverter.Type</a>
  122. </div>
  123. <div>
  124. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.tostring#System_Object_ToString">Object.ToString()</a>
  125. </div>
  126. <div>
  127. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_">Object.Equals(Object)</a>
  128. </div>
  129. <div>
  130. <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>
  131. </div>
  132. <div>
  133. <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>
  134. </div>
  135. <div>
  136. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gethashcode#System_Object_GetHashCode">Object.GetHashCode()</a>
  137. </div>
  138. <div>
  139. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gettype#System_Object_GetType">Object.GetType()</a>
  140. </div>
  141. <div>
  142. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#System_Object_MemberwiseClone">Object.MemberwiseClone()</a>
  143. </div>
  144. </div>
  145. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Config.Stores.Converters.html">IPA.Config.Stores.Converters</a></h6>
  146. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  147. <h5 id="IPA_Config_Stores_Converters_ISetConverter_1_syntax">Syntax</h5>
  148. <div class="codewrapper">
  149. <pre><code class="lang-csharp hljs">public class ISetConverter&lt;T&gt; : CollectionConverter&lt;T, ISet&lt;T&gt;&gt;, IValueConverter</code></pre>
  150. </div>
  151. <h5 class="typeParameters">Type Parameters</h5>
  152. <table class="table table-bordered table-striped table-condensed">
  153. <thead>
  154. <tr>
  155. <th>Name</th>
  156. <th>Description</th>
  157. </tr>
  158. </thead>
  159. <tbody>
  160. <tr>
  161. <td><span class="parametername">T</span></td>
  162. <td><p>the element type of the <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.iset-1">ISet&lt;T&gt;</a></p>
  163. </td>
  164. </tr>
  165. </tbody>
  166. </table>
  167. <h3 id="constructors">Constructors
  168. </h3>
  169. <span class="small pull-right mobile-hide">
  170. <span class="divider">|</span>
  171. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Stores_Converters_ISetConverter_1__ctor.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.ISetConverter%601.%23ctor%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>
  172. </span>
  173. <span class="small pull-right mobile-hide">
  174. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/08221f4382ffe645c7faf62de97d428d19fbf86d/IPA.Loader/Config/Stores/CollectionConverter.cs/#L117">View Source</a>
  175. </span>
  176. <a id="IPA_Config_Stores_Converters_ISetConverter_1__ctor_" data-uid="IPA.Config.Stores.Converters.ISetConverter`1.#ctor*"></a>
  177. <h4 id="IPA_Config_Stores_Converters_ISetConverter_1__ctor" data-uid="IPA.Config.Stores.Converters.ISetConverter`1.#ctor">ISetConverter()</h4>
  178. <div class="markdown level1 summary"><p>Creates an <a class="xref" href="IPA.Config.Stores.Converters.ISetConverter-1.html">ISetConverter&lt;T&gt;</a> using the default converter for <code data-dev-comment-type="typeparamref" class="typeparamref">T</code>.</p>
  179. </div>
  180. <div class="markdown level1 conceptual"></div>
  181. <h5 class="decalaration">Declaration</h5>
  182. <div class="codewrapper">
  183. <pre><code class="lang-csharp hljs">public ISetConverter()</code></pre>
  184. </div>
  185. <h5 id="IPA_Config_Stores_Converters_ISetConverter_1__ctor_seealso">See Also</h5>
  186. <div class="seealso">
  187. <div><a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html#IPA_Config_Stores_Converters_CollectionConverter_2__ctor">CollectionConverter()</a></div>
  188. </div>
  189. <span class="small pull-right mobile-hide">
  190. <span class="divider">|</span>
  191. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Stores_Converters_ISetConverter_1__ctor_IPA_Config_Stores_ValueConverter__0__.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.ISetConverter%601.%23ctor(IPA.Config.Stores.ValueConverter%7B%600%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>
  192. </span>
  193. <span class="small pull-right mobile-hide">
  194. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/08221f4382ffe645c7faf62de97d428d19fbf86d/IPA.Loader/Config/Stores/CollectionConverter.cs/#L122">View Source</a>
  195. </span>
  196. <a id="IPA_Config_Stores_Converters_ISetConverter_1__ctor_" data-uid="IPA.Config.Stores.Converters.ISetConverter`1.#ctor*"></a>
  197. <h4 id="IPA_Config_Stores_Converters_ISetConverter_1__ctor_IPA_Config_Stores_ValueConverter__0__" data-uid="IPA.Config.Stores.Converters.ISetConverter`1.#ctor(IPA.Config.Stores.ValueConverter{`0})">ISetConverter(ValueConverter&lt;T&gt;)</h4>
  198. <div class="markdown level1 summary"><p>Creates an <a class="xref" href="IPA.Config.Stores.Converters.ISetConverter-1.html">ISetConverter&lt;T&gt;</a> using the specified underlying converter for values.</p>
  199. </div>
  200. <div class="markdown level1 conceptual"></div>
  201. <h5 class="decalaration">Declaration</h5>
  202. <div class="codewrapper">
  203. <pre><code class="lang-csharp hljs">public ISetConverter(ValueConverter&lt;T&gt; underlying)</code></pre>
  204. </div>
  205. <h5 class="parameters">Parameters</h5>
  206. <table class="table table-bordered table-striped table-condensed">
  207. <thead>
  208. <tr>
  209. <th>Type</th>
  210. <th>Name</th>
  211. <th>Description</th>
  212. </tr>
  213. </thead>
  214. <tbody>
  215. <tr>
  216. <td><a class="xref" href="IPA.Config.Stores.ValueConverter-1.html">ValueConverter</a>&lt;T&gt;</td>
  217. <td><span class="parametername">underlying</span></td>
  218. <td><p>the underlying <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html">ValueConverter&lt;T&gt;</a> to use for the values</p>
  219. </td>
  220. </tr>
  221. </tbody>
  222. </table>
  223. <h3 id="methods">Methods
  224. </h3>
  225. <span class="small pull-right mobile-hide">
  226. <span class="divider">|</span>
  227. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Stores_Converters_ISetConverter_1_Create_System_Int32_System_Object_.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.ISetConverter%601.Create(System.Int32%2CSystem.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>
  228. </span>
  229. <span class="small pull-right mobile-hide">
  230. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/08221f4382ffe645c7faf62de97d428d19fbf86d/IPA.Loader/Config/Stores/CollectionConverter.cs/#L129">View Source</a>
  231. </span>
  232. <a id="IPA_Config_Stores_Converters_ISetConverter_1_Create_" data-uid="IPA.Config.Stores.Converters.ISetConverter`1.Create*"></a>
  233. <h4 id="IPA_Config_Stores_Converters_ISetConverter_1_Create_System_Int32_System_Object_" data-uid="IPA.Config.Stores.Converters.ISetConverter`1.Create(System.Int32,System.Object)">Create(Int32, Object)</h4>
  234. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.iset-1">ISet&lt;T&gt;</a> (a <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.hashset-1">HashSet&lt;T&gt;</a>) for deserialization.</p>
  235. </div>
  236. <div class="markdown level1 conceptual"></div>
  237. <h5 class="decalaration">Declaration</h5>
  238. <div class="codewrapper">
  239. <pre><code class="lang-csharp hljs">protected override ISet&lt;T&gt; Create(int size, object parent)</code></pre>
  240. </div>
  241. <h5 class="parameters">Parameters</h5>
  242. <table class="table table-bordered table-striped table-condensed">
  243. <thead>
  244. <tr>
  245. <th>Type</th>
  246. <th>Name</th>
  247. <th>Description</th>
  248. </tr>
  249. </thead>
  250. <tbody>
  251. <tr>
  252. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  253. <td><span class="parametername">size</span></td>
  254. <td><p>the size to initialize it to</p>
  255. </td>
  256. </tr>
  257. <tr>
  258. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  259. <td><span class="parametername">parent</span></td>
  260. <td><p>the object that will own the new object</p>
  261. </td>
  262. </tr>
  263. </tbody>
  264. </table>
  265. <h5 class="returns">Returns</h5>
  266. <table class="table table-bordered table-striped table-condensed">
  267. <thead>
  268. <tr>
  269. <th>Type</th>
  270. <th>Description</th>
  271. </tr>
  272. </thead>
  273. <tbody>
  274. <tr>
  275. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.iset-1">ISet</a>&lt;T&gt;</td>
  276. <td><p>the new <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.iset-1">ISet&lt;T&gt;</a></p>
  277. </td>
  278. </tr>
  279. </tbody>
  280. </table>
  281. <h5 class="overrides">Overrides</h5>
  282. <div><span class="xref">IPA.Config.Stores.Converters.CollectionConverter&lt;T, System.Collections.Generic.ISet&lt;T&gt;&gt;.Create(System.Int32, System.Object)</span></div>
  283. <h3 id="implements">Implements</h3>
  284. <div>
  285. <a class="xref" href="IPA.Config.Stores.IValueConverter.html">IValueConverter</a>
  286. </div>
  287. <h3 id="extensionmethods">Extension Methods</h3>
  288. <div>
  289. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetField_System_Object_System_String_System_Object_">ReflectionUtil.SetField(Object, String, Object)</a>
  290. </div>
  291. <div>
  292. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetField__1___0_System_String_System_Object_">ReflectionUtil.SetField&lt;T&gt;(T, String, Object)</a>
  293. </div>
  294. <div>
  295. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetField__1_System_Object_System_String_">ReflectionUtil.GetField&lt;T&gt;(Object, String)</a>
  296. </div>
  297. <div>
  298. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetProperty_System_Object_System_String_System_Object_">ReflectionUtil.SetProperty(Object, String, Object)</a>
  299. </div>
  300. <div>
  301. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetProperty__1___0_System_String_System_Object_">ReflectionUtil.SetProperty&lt;T&gt;(T, String, Object)</a>
  302. </div>
  303. <div>
  304. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokeMethod_System_Object_System_String_System_Object___">ReflectionUtil.InvokeMethod(Object, String, Object[])</a>
  305. </div>
  306. <div>
  307. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokeMethod__1___0_System_String_System_Object___">ReflectionUtil.InvokeMethod&lt;T&gt;(T, String, Object[])</a>
  308. </div>
  309. <div>
  310. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokeMethod__1_System_Object_System_String_System_Object___">ReflectionUtil.InvokeMethod&lt;T&gt;(Object, String, Object[])</a>
  311. </div>
  312. <div>
  313. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokeMethod__2___1_System_String_System_Object___">ReflectionUtil.InvokeMethod&lt;T, U&gt;(U, String, Object[])</a>
  314. </div>
  315. <h3 id="seealso">See Also</h3>
  316. <div class="seealso">
  317. <div><a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html">CollectionConverter</a>&lt;T, TCollection&gt;</div>
  318. </div>
  319. </article>
  320. </div>
  321. <div class="hidden-sm col-md-2" role="complementary">
  322. <div class="sideaffix">
  323. <div class="contribution">
  324. <ul class="nav">
  325. <li>
  326. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Stores_Converters_ISetConverter_1.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.ISetConverter%601%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>
  327. </li>
  328. <li>
  329. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/08221f4382ffe645c7faf62de97d428d19fbf86d/IPA.Loader/Config/Stores/CollectionConverter.cs/#L111" class="contribution-link">View Source</a>
  330. </li>
  331. </ul>
  332. </div>
  333. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  334. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  335. </nav>
  336. </div>
  337. </div>
  338. </div>
  339. </div>
  340. <footer>
  341. <div class="grad-bottom"></div>
  342. <div class="footer">
  343. <div class="container">
  344. <span class="pull-right">
  345. <a href="#top">Back to top</a>
  346. </span>
  347. <span>Generated by <strong>DocFX</strong></span>
  348. </div>
  349. </div>
  350. </footer>
  351. </div>
  352. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  353. <script type="text/javascript" src="../styles/docfx.js"></script>
  354. <script type="text/javascript" src="../styles/main.js"></script>
  355. </body>
  356. </html>