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.

360 lines
20 KiB

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 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.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="IPA.Config.Stores.Converters.ISetConverter`1">
  75. <h1 id="IPA_Config_Stores_Converters_ISetConverter_1" data-uid="IPA.Config.Stores.Converters.ISetConverter`1" class="text-break">Class ISetConverter&lt;T&gt;
  76. </h1>
  77. <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://learn.microsoft.com/dotnet/api/system.collections.generic.iset-1">ISet&lt;T&gt;</a>, creating a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1">HashSet&lt;T&gt;</a> when deserializing.</p>
  78. </div>
  79. <div class="markdown level0 conceptual"></div>
  80. <div class="inheritance">
  81. <h5>Inheritance</h5>
  82. <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Object</a></div>
  83. <div class="level1"><a class="xref" href="IPA.Config.Stores.ValueConverter-1.html">ValueConverter</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.iset-1">ISet</a>&lt;T&gt;&gt;</div>
  84. <div class="level2"><a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html">CollectionConverter</a>&lt;T, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.iset-1">ISet</a>&lt;T&gt;&gt;</div>
  85. <div class="level3"><span class="xref">ISetConverter&lt;T&gt;</span></div>
  86. <div class="level4"><a class="xref" href="IPA.Config.Stores.Converters.ISetConverter-2.html">ISetConverter&lt;T, TConverter&gt;</a></div>
  87. </div>
  88. <div class="implements">
  89. <h5>Implements</h5>
  90. <div><a class="xref" href="IPA.Config.Stores.IValueConverter.html">IValueConverter</a></div>
  91. </div>
  92. <div class="inheritedMembers">
  93. <h5>Inherited Members</h5>
  94. <div>
  95. <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>
  96. </div>
  97. <div>
  98. <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>
  99. </div>
  100. <div>
  101. <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>
  102. </div>
  103. <div>
  104. <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>
  105. </div>
  106. <div>
  107. <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>
  108. </div>
  109. <div>
  110. <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>
  111. </div>
  112. <div>
  113. <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>
  114. </div>
  115. <div>
  116. <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>
  117. </div>
  118. <div>
  119. <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>
  120. </div>
  121. <div>
  122. <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>
  123. </div>
  124. <div>
  125. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring">Object.ToString()</a>
  126. </div>
  127. <div>
  128. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
  129. </div>
  130. <div>
  131. <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>
  132. </div>
  133. <div>
  134. <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>
  135. </div>
  136. <div>
  137. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>
  138. </div>
  139. <div>
  140. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
  141. </div>
  142. <div>
  143. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
  144. </div>
  145. </div>
  146. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Config.Stores.Converters.html">IPA.Config.Stores.Converters</a></h6>
  147. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  148. <h5 id="IPA_Config_Stores_Converters_ISetConverter_1_syntax">Syntax</h5>
  149. <div class="codewrapper">
  150. <pre><code class="lang-csharp hljs">public class ISetConverter&lt;T&gt; : CollectionConverter&lt;T, ISet&lt;T&gt;&gt;, IValueConverter</code></pre>
  151. </div>
  152. <h5 class="typeParameters">Type Parameters</h5>
  153. <table class="table table-bordered table-striped table-condensed">
  154. <thead>
  155. <tr>
  156. <th>Name</th>
  157. <th>Description</th>
  158. </tr>
  159. </thead>
  160. <tbody>
  161. <tr>
  162. <td><span class="parametername">T</span></td>
  163. <td><p>the element type of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.iset-1">ISet&lt;T&gt;</a></p>
  164. </td>
  165. </tr>
  166. </tbody>
  167. </table>
  168. <h3 id="constructors">Constructors
  169. </h3>
  170. <span class="small pull-right mobile-hide">
  171. <span class="divider">|</span>
  172. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/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>
  173. </span>
  174. <span class="small pull-right mobile-hide">
  175. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Stores/CollectionConverter.cs/#L120">View Source</a>
  176. </span>
  177. <a id="IPA_Config_Stores_Converters_ISetConverter_1__ctor_" data-uid="IPA.Config.Stores.Converters.ISetConverter`1.#ctor*"></a>
  178. <h4 id="IPA_Config_Stores_Converters_ISetConverter_1__ctor" data-uid="IPA.Config.Stores.Converters.ISetConverter`1.#ctor">ISetConverter()</h4>
  179. <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>
  180. </div>
  181. <div class="markdown level1 conceptual"></div>
  182. <h5 class="decalaration">Declaration</h5>
  183. <div class="codewrapper">
  184. <pre><code class="lang-csharp hljs">public ISetConverter()</code></pre>
  185. </div>
  186. <h5 id="IPA_Config_Stores_Converters_ISetConverter_1__ctor_seealso">See Also</h5>
  187. <div class="seealso">
  188. <div><a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html#IPA_Config_Stores_Converters_CollectionConverter_2__ctor">CollectionConverter()</a></div>
  189. </div>
  190. <span class="small pull-right mobile-hide">
  191. <span class="divider">|</span>
  192. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/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>
  193. </span>
  194. <span class="small pull-right mobile-hide">
  195. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Stores/CollectionConverter.cs/#L125">View Source</a>
  196. </span>
  197. <a id="IPA_Config_Stores_Converters_ISetConverter_1__ctor_" data-uid="IPA.Config.Stores.Converters.ISetConverter`1.#ctor*"></a>
  198. <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>
  199. <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>
  200. </div>
  201. <div class="markdown level1 conceptual"></div>
  202. <h5 class="decalaration">Declaration</h5>
  203. <div class="codewrapper">
  204. <pre><code class="lang-csharp hljs">public ISetConverter(ValueConverter&lt;T&gt; underlying)</code></pre>
  205. </div>
  206. <h5 class="parameters">Parameters</h5>
  207. <table class="table table-bordered table-striped table-condensed">
  208. <thead>
  209. <tr>
  210. <th>Type</th>
  211. <th>Name</th>
  212. <th>Description</th>
  213. </tr>
  214. </thead>
  215. <tbody>
  216. <tr>
  217. <td><a class="xref" href="IPA.Config.Stores.ValueConverter-1.html">ValueConverter</a>&lt;T&gt;</td>
  218. <td><span class="parametername">underlying</span></td>
  219. <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>
  220. </td>
  221. </tr>
  222. </tbody>
  223. </table>
  224. <h3 id="methods">Methods
  225. </h3>
  226. <span class="small pull-right mobile-hide">
  227. <span class="divider">|</span>
  228. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/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>
  229. </span>
  230. <span class="small pull-right mobile-hide">
  231. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Stores/CollectionConverter.cs/#L132">View Source</a>
  232. </span>
  233. <a id="IPA_Config_Stores_Converters_ISetConverter_1_Create_" data-uid="IPA.Config.Stores.Converters.ISetConverter`1.Create*"></a>
  234. <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>
  235. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.iset-1">ISet&lt;T&gt;</a> (a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1">HashSet&lt;T&gt;</a>) for deserialization.</p>
  236. </div>
  237. <div class="markdown level1 conceptual"></div>
  238. <h5 class="decalaration">Declaration</h5>
  239. <div class="codewrapper">
  240. <pre><code class="lang-csharp hljs">protected override ISet&lt;T&gt; Create(int size, object parent)</code></pre>
  241. </div>
  242. <h5 class="parameters">Parameters</h5>
  243. <table class="table table-bordered table-striped table-condensed">
  244. <thead>
  245. <tr>
  246. <th>Type</th>
  247. <th>Name</th>
  248. <th>Description</th>
  249. </tr>
  250. </thead>
  251. <tbody>
  252. <tr>
  253. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  254. <td><span class="parametername">size</span></td>
  255. <td><p>the size to initialize it to</p>
  256. </td>
  257. </tr>
  258. <tr>
  259. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Object</a></td>
  260. <td><span class="parametername">parent</span></td>
  261. <td><p>the object that will own the new object</p>
  262. </td>
  263. </tr>
  264. </tbody>
  265. </table>
  266. <h5 class="returns">Returns</h5>
  267. <table class="table table-bordered table-striped table-condensed">
  268. <thead>
  269. <tr>
  270. <th>Type</th>
  271. <th>Description</th>
  272. </tr>
  273. </thead>
  274. <tbody>
  275. <tr>
  276. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.iset-1">ISet</a>&lt;T&gt;</td>
  277. <td><p>the new <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.iset-1">ISet&lt;T&gt;</a></p>
  278. </td>
  279. </tr>
  280. </tbody>
  281. </table>
  282. <h5 class="overrides">Overrides</h5>
  283. <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>
  284. <h3 id="implements">Implements</h3>
  285. <div>
  286. <a class="xref" href="IPA.Config.Stores.IValueConverter.html">IValueConverter</a>
  287. </div>
  288. <h3 id="extensionmethods">Extension Methods</h3>
  289. <div>
  290. <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>
  291. </div>
  292. <div>
  293. <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>
  294. </div>
  295. <div>
  296. <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>
  297. </div>
  298. <div>
  299. <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>
  300. </div>
  301. <div>
  302. <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>
  303. </div>
  304. <h3 id="seealso">See Also</h3>
  305. <div class="seealso">
  306. <div><a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html">CollectionConverter</a>&lt;T, TCollection&gt;</div>
  307. </div>
  308. </article>
  309. </div>
  310. <div class="hidden-sm col-md-2" role="complementary">
  311. <div class="sideaffix">
  312. <div class="contribution">
  313. <ul class="nav">
  314. <li>
  315. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/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>
  316. </li>
  317. <li>
  318. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Stores/CollectionConverter.cs/#L114" class="contribution-link">View Source</a>
  319. </li>
  320. </ul>
  321. </div>
  322. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  323. <h5>In This Article</h5>
  324. <div></div>
  325. </nav>
  326. </div>
  327. </div>
  328. </div>
  329. </div>
  330. <footer>
  331. <div class="grad-bottom"></div>
  332. <div class="footer">
  333. <div class="container">
  334. <span class="pull-right">
  335. <a href="#top">Back to top</a>
  336. </span>
  337. <span>Generated by <strong>DocFX</strong></span>
  338. </div>
  339. </div>
  340. </footer>
  341. </div>
  342. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  343. <script type="text/javascript" src="../styles/docfx.js"></script>
  344. <script type="text/javascript" src="../styles/main.js"></script>
  345. </body>
  346. </html>