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.

404 lines
22 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 IDictionaryConverter&lt;TValue&gt;
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class IDictionaryConverter&lt;TValue&gt;
  11. ">
  12. <meta name="generator" content="docfx 2.59.3.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.IDictionaryConverter`1">
  75. <h1 id="IPA_Config_Stores_Converters_IDictionaryConverter_1" data-uid="IPA.Config.Stores.Converters.IDictionaryConverter`1" class="text-break">Class IDictionaryConverter&lt;TValue&gt;
  76. </h1>
  77. <div class="markdown level0 summary"><p>A converter for instances of <see cref="!:IDictionary&lt;TKey, TValue>"></see>.</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://docs.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;<span class="xref">IDictionary</span>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a>, TValue&gt;&gt;</div>
  84. <div class="level2"><span class="xref">IDictionaryConverter&lt;TValue&gt;</span></div>
  85. <div class="level3"><a class="xref" href="IPA.Config.Stores.Converters.IDictionaryConverter-2.html">IDictionaryConverter&lt;TValue, TConverter&gt;</a></div>
  86. </div>
  87. <div class="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.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_ToValue__0_System_Object_">ValueConverter&lt;IDictionary&lt;String, TValue&gt;&gt;.ToValue(IDictionary&lt;String, TValue&gt;, Object)</a>
  95. </div>
  96. <div>
  97. <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_FromValue_IPA_Config_Data_Value_System_Object_">ValueConverter&lt;IDictionary&lt;String, TValue&gt;&gt;.FromValue(Value, Object)</a>
  98. </div>
  99. <div>
  100. <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_ToValue_System_Nullable_System_Object__System_Object_">ValueConverter&lt;IDictionary&lt;String, TValue&gt;&gt;.IValueConverter.ToValue(Nullable&lt;Object&gt;, Object)</a>
  101. </div>
  102. <div>
  103. <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;IDictionary&lt;String, TValue&gt;&gt;.IValueConverter.FromValue(Value, Object)</a>
  104. </div>
  105. <div>
  106. <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_Type">ValueConverter&lt;IDictionary&lt;String, TValue&gt;&gt;.IValueConverter.Type</a>
  107. </div>
  108. </div>
  109. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Config.Stores.Converters.html">IPA.Config.Stores.Converters</a></h6>
  110. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  111. <h5 id="IPA_Config_Stores_Converters_IDictionaryConverter_1_syntax">Syntax</h5>
  112. <div class="codewrapper">
  113. <pre><code class="lang-csharp hljs">public class IDictionaryConverter&lt;TValue&gt; : ValueConverter&lt;IDictionary&lt;string, TValue&gt;&gt;, IValueConverter</code></pre>
  114. </div>
  115. <h5 class="typeParameters">Type Parameters</h5>
  116. <table class="table table-bordered table-striped table-condensed">
  117. <thead>
  118. <tr>
  119. <th>Name</th>
  120. <th>Description</th>
  121. </tr>
  122. </thead>
  123. <tbody>
  124. <tr>
  125. <td><span class="parametername">TValue</span></td>
  126. <td><p>the value type of the dictionary</p>
  127. </td>
  128. </tr>
  129. </tbody>
  130. </table>
  131. <h3 id="constructors">Constructors
  132. </h3>
  133. <span class="small pull-right mobile-hide">
  134. <span class="divider">|</span>
  135. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Stores_Converters_IDictionaryConverter_1__ctor.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.IDictionaryConverter%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>
  136. </span>
  137. <span class="small pull-right mobile-hide">
  138. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Stores/Converters.cs/#L328">View Source</a>
  139. </span>
  140. <a id="IPA_Config_Stores_Converters_IDictionaryConverter_1__ctor_" data-uid="IPA.Config.Stores.Converters.IDictionaryConverter`1.#ctor*"></a>
  141. <h4 id="IPA_Config_Stores_Converters_IDictionaryConverter_1__ctor" data-uid="IPA.Config.Stores.Converters.IDictionaryConverter`1.#ctor">IDictionaryConverter()</h4>
  142. <div class="markdown level1 summary"><p>Constructs an <a class="xref" href="IPA.Config.Stores.Converters.IDictionaryConverter-1.html">IDictionaryConverter&lt;TValue&gt;</a> using the default converter for the value type.</p>
  143. </div>
  144. <div class="markdown level1 conceptual"></div>
  145. <h5 class="decalaration">Declaration</h5>
  146. <div class="codewrapper">
  147. <pre><code class="lang-csharp hljs">public IDictionaryConverter()</code></pre>
  148. </div>
  149. <span class="small pull-right mobile-hide">
  150. <span class="divider">|</span>
  151. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Stores_Converters_IDictionaryConverter_1__ctor_IPA_Config_Stores_ValueConverter__0__.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.IDictionaryConverter%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>
  152. </span>
  153. <span class="small pull-right mobile-hide">
  154. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Stores/Converters.cs/#L333">View Source</a>
  155. </span>
  156. <a id="IPA_Config_Stores_Converters_IDictionaryConverter_1__ctor_" data-uid="IPA.Config.Stores.Converters.IDictionaryConverter`1.#ctor*"></a>
  157. <h4 id="IPA_Config_Stores_Converters_IDictionaryConverter_1__ctor_IPA_Config_Stores_ValueConverter__0__" data-uid="IPA.Config.Stores.Converters.IDictionaryConverter`1.#ctor(IPA.Config.Stores.ValueConverter{`0})">IDictionaryConverter(ValueConverter&lt;TValue&gt;)</h4>
  158. <div class="markdown level1 summary"><p>Constructs an <a class="xref" href="IPA.Config.Stores.Converters.IDictionaryConverter-1.html">IDictionaryConverter&lt;TValue&gt;</a> using the specified converter for the value.</p>
  159. </div>
  160. <div class="markdown level1 conceptual"></div>
  161. <h5 class="decalaration">Declaration</h5>
  162. <div class="codewrapper">
  163. <pre><code class="lang-csharp hljs">public IDictionaryConverter(ValueConverter&lt;TValue&gt; converter)</code></pre>
  164. </div>
  165. <h5 class="parameters">Parameters</h5>
  166. <table class="table table-bordered table-striped table-condensed">
  167. <thead>
  168. <tr>
  169. <th>Type</th>
  170. <th>Name</th>
  171. <th>Description</th>
  172. </tr>
  173. </thead>
  174. <tbody>
  175. <tr>
  176. <td><a class="xref" href="IPA.Config.Stores.ValueConverter-1.html">ValueConverter</a>&lt;TValue&gt;</td>
  177. <td><span class="parametername">converter</span></td>
  178. <td><p>the converter for the value</p>
  179. </td>
  180. </tr>
  181. </tbody>
  182. </table>
  183. <h3 id="properties">Properties
  184. </h3>
  185. <span class="small pull-right mobile-hide">
  186. <span class="divider">|</span>
  187. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Stores_Converters_IDictionaryConverter_1_BaseConverter.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.IDictionaryConverter%601.BaseConverter%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>
  188. </span>
  189. <span class="small pull-right mobile-hide">
  190. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Stores/Converters.cs/#L323">View Source</a>
  191. </span>
  192. <a id="IPA_Config_Stores_Converters_IDictionaryConverter_1_BaseConverter_" data-uid="IPA.Config.Stores.Converters.IDictionaryConverter`1.BaseConverter*"></a>
  193. <h4 id="IPA_Config_Stores_Converters_IDictionaryConverter_1_BaseConverter" data-uid="IPA.Config.Stores.Converters.IDictionaryConverter`1.BaseConverter">BaseConverter</h4>
  194. <div class="markdown level1 summary"><p>Gets the converter for the dictionary&apos;s value type.</p>
  195. </div>
  196. <div class="markdown level1 conceptual"></div>
  197. <h5 class="decalaration">Declaration</h5>
  198. <div class="codewrapper">
  199. <pre><code class="lang-csharp hljs">protected ValueConverter&lt;TValue&gt; BaseConverter { get; }</code></pre>
  200. </div>
  201. <h5 class="propertyValue">Property Value</h5>
  202. <table class="table table-bordered table-striped table-condensed">
  203. <thead>
  204. <tr>
  205. <th>Type</th>
  206. <th>Description</th>
  207. </tr>
  208. </thead>
  209. <tbody>
  210. <tr>
  211. <td><a class="xref" href="IPA.Config.Stores.ValueConverter-1.html">ValueConverter</a>&lt;TValue&gt;</td>
  212. <td></td>
  213. </tr>
  214. </tbody>
  215. </table>
  216. <h3 id="methods">Methods
  217. </h3>
  218. <span class="small pull-right mobile-hide">
  219. <span class="divider">|</span>
  220. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Stores_Converters_IDictionaryConverter_1_FromValue_IPA_Config_Data_Value_System_Object_.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.IDictionaryConverter%601.FromValue(IPA.Config.Data.Value%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>
  221. </span>
  222. <span class="small pull-right mobile-hide">
  223. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Stores/Converters.cs/#L342">View Source</a>
  224. </span>
  225. <a id="IPA_Config_Stores_Converters_IDictionaryConverter_1_FromValue_" data-uid="IPA.Config.Stores.Converters.IDictionaryConverter`1.FromValue*"></a>
  226. <h4 id="IPA_Config_Stores_Converters_IDictionaryConverter_1_FromValue_IPA_Config_Data_Value_System_Object_" data-uid="IPA.Config.Stores.Converters.IDictionaryConverter`1.FromValue(IPA.Config.Data.Value,System.Object)">FromValue(Value, Object)</h4>
  227. <div class="markdown level1 summary"><p>Converts a <a class="xref" href="IPA.Config.Data.Map.html">Map</a> to an <see cref="!:IDictionary&lt;TKey, TValue>"></see> that is represented by it.</p>
  228. </div>
  229. <div class="markdown level1 conceptual"></div>
  230. <h5 class="decalaration">Declaration</h5>
  231. <div class="codewrapper">
  232. <pre><code class="lang-csharp hljs">public override IDictionary&lt;string, TValue&gt; FromValue(Value value, object parent)</code></pre>
  233. </div>
  234. <h5 class="parameters">Parameters</h5>
  235. <table class="table table-bordered table-striped table-condensed">
  236. <thead>
  237. <tr>
  238. <th>Type</th>
  239. <th>Name</th>
  240. <th>Description</th>
  241. </tr>
  242. </thead>
  243. <tbody>
  244. <tr>
  245. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  246. <td><span class="parametername">value</span></td>
  247. <td><p>the <a class="xref" href="IPA.Config.Data.Map.html">Map</a> to convert</p>
  248. </td>
  249. </tr>
  250. <tr>
  251. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  252. <td><span class="parametername">parent</span></td>
  253. <td><p>the parent that will own the resulting object</p>
  254. </td>
  255. </tr>
  256. </tbody>
  257. </table>
  258. <h5 class="returns">Returns</h5>
  259. <table class="table table-bordered table-striped table-condensed">
  260. <thead>
  261. <tr>
  262. <th>Type</th>
  263. <th>Description</th>
  264. </tr>
  265. </thead>
  266. <tbody>
  267. <tr>
  268. <td><span class="xref">IDictionary</span>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a>, TValue&gt;</td>
  269. <td><p>the deserialized dictionary</p>
  270. </td>
  271. </tr>
  272. </tbody>
  273. </table>
  274. <h5 class="overrides">Overrides</h5>
  275. <div><span class="xref">IPA.Config.Stores.ValueConverter&lt;IDictionary&lt;System.String, TValue&gt;&gt;.FromValue(IPA.Config.Data.Value, System.Object)</span></div>
  276. <span class="small pull-right mobile-hide">
  277. <span class="divider">|</span>
  278. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Stores_Converters_IDictionaryConverter_1_ToValue_System_Nullable_IDictionary_System_String__0___System_Object_.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.IDictionaryConverter%601.ToValue(System.Nullable%7BIDictionary%7BSystem.String%2C%600%7D%7D%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>
  279. </span>
  280. <span class="small pull-right mobile-hide">
  281. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Stores/Converters.cs/#L353">View Source</a>
  282. </span>
  283. <a id="IPA_Config_Stores_Converters_IDictionaryConverter_1_ToValue_" data-uid="IPA.Config.Stores.Converters.IDictionaryConverter`1.ToValue*"></a>
  284. <h4 id="IPA_Config_Stores_Converters_IDictionaryConverter_1_ToValue_System_Nullable_IDictionary_System_String__0___System_Object_" data-uid="IPA.Config.Stores.Converters.IDictionaryConverter`1.ToValue(System.Nullable{IDictionary{System.String,`0}},System.Object)">ToValue(Nullable&lt;IDictionary&lt;String, TValue&gt;&gt;, Object)</h4>
  285. <div class="markdown level1 summary"><p>Serializes an <see cref="!:IDictionary&lt;TKey, TValue>"></see> into a <a class="xref" href="IPA.Config.Data.Map.html">Map</a> containing its values.</p>
  286. </div>
  287. <div class="markdown level1 conceptual"></div>
  288. <h5 class="decalaration">Declaration</h5>
  289. <div class="codewrapper">
  290. <pre><code class="lang-csharp hljs">public override Value ToValue(IDictionary&lt;string, TValue&gt;? obj, object parent)</code></pre>
  291. </div>
  292. <h5 class="parameters">Parameters</h5>
  293. <table class="table table-bordered table-striped table-condensed">
  294. <thead>
  295. <tr>
  296. <th>Type</th>
  297. <th>Name</th>
  298. <th>Description</th>
  299. </tr>
  300. </thead>
  301. <tbody>
  302. <tr>
  303. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;<span class="xref">IDictionary</span>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a>, TValue&gt;&gt;</td>
  304. <td><span class="parametername">obj</span></td>
  305. <td><p>the dictionary to serialize</p>
  306. </td>
  307. </tr>
  308. <tr>
  309. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  310. <td><span class="parametername">parent</span></td>
  311. <td><p>the object that owns the dictionary</p>
  312. </td>
  313. </tr>
  314. </tbody>
  315. </table>
  316. <h5 class="returns">Returns</h5>
  317. <table class="table table-bordered table-striped table-condensed">
  318. <thead>
  319. <tr>
  320. <th>Type</th>
  321. <th>Description</th>
  322. </tr>
  323. </thead>
  324. <tbody>
  325. <tr>
  326. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  327. <td><p>the dictionary serialized as a <a class="xref" href="IPA.Config.Data.Map.html">Map</a></p>
  328. </td>
  329. </tr>
  330. </tbody>
  331. </table>
  332. <h3 id="implements">Implements</h3>
  333. <div>
  334. <a class="xref" href="IPA.Config.Stores.IValueConverter.html">IValueConverter</a>
  335. </div>
  336. <h3 id="extensionmethods">Extension Methods</h3>
  337. <div>
  338. <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>
  339. </div>
  340. <div>
  341. <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>
  342. </div>
  343. <div>
  344. <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>
  345. </div>
  346. <div>
  347. <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>
  348. </div>
  349. <div>
  350. <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>
  351. </div>
  352. </article>
  353. </div>
  354. <div class="hidden-sm col-md-2" role="complementary">
  355. <div class="sideaffix">
  356. <div class="contribution">
  357. <ul class="nav">
  358. <li>
  359. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Stores_Converters_IDictionaryConverter_1.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.IDictionaryConverter%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>
  360. </li>
  361. <li>
  362. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Stores/Converters.cs/#L318" class="contribution-link">View Source</a>
  363. </li>
  364. </ul>
  365. </div>
  366. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  367. <h5>In This Article</h5>
  368. <div></div>
  369. </nav>
  370. </div>
  371. </div>
  372. </div>
  373. </div>
  374. <footer>
  375. <div class="grad-bottom"></div>
  376. <div class="footer">
  377. <div class="container">
  378. <span class="pull-right">
  379. <a href="#top">Back to top</a>
  380. </span>
  381. <span>Generated by <strong>DocFX</strong></span>
  382. </div>
  383. </div>
  384. </footer>
  385. </div>
  386. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  387. <script type="text/javascript" src="../styles/docfx.js"></script>
  388. <script type="text/javascript" src="../styles/main.js"></script>
  389. </body>
  390. </html>