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.

437 lines
23 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 CustomValueTypeConverter&lt;T&gt;
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class CustomValueTypeConverter&lt;T&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.CustomValueTypeConverter`1">
  75. <h1 id="IPA_Config_Stores_Converters_CustomValueTypeConverter_1" data-uid="IPA.Config.Stores.Converters.CustomValueTypeConverter`1" class="text-break">Class CustomValueTypeConverter&lt;T&gt;
  76. </h1>
  77. <div class="markdown level0 summary"><p>A <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html">ValueConverter&lt;T&gt;</a> for custom value types, serialized identically to the reference types serialized with
  78. <a class="xref" href="IPA.Config.Stores.GeneratedStore.html#IPA_Config_Stores_GeneratedStore_Generated__1_IPA_Config_Config_System_Boolean_">Generated&lt;T&gt;(Config, Boolean)</a>.</p>
  79. </div>
  80. <div class="markdown level0 conceptual"></div>
  81. <div class="inheritance">
  82. <h5>Inheritance</h5>
  83. <div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
  84. <div class="level1"><a class="xref" href="IPA.Config.Stores.ValueConverter-1.html">ValueConverter</a>&lt;T&gt;</div>
  85. <div class="level2"><span class="xref">CustomValueTypeConverter&lt;T&gt;</span></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_IPA_Config_Stores_IValueConverter_ToValue_System_Nullable_System_Object__System_Object_">ValueConverter&lt;T&gt;.IValueConverter.ToValue(Nullable&lt;Object&gt;, Object)</a>
  95. </div>
  96. <div>
  97. <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;T&gt;.IValueConverter.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_Type">ValueConverter&lt;T&gt;.IValueConverter.Type</a>
  101. </div>
  102. </div>
  103. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Config.Stores.Converters.html">IPA.Config.Stores.Converters</a></h6>
  104. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  105. <h5 id="IPA_Config_Stores_Converters_CustomValueTypeConverter_1_syntax">Syntax</h5>
  106. <div class="codewrapper">
  107. <pre><code class="lang-csharp hljs">public class CustomValueTypeConverter&lt;T&gt; : ValueConverter&lt;T&gt;, IValueConverter where T : struct</code></pre>
  108. </div>
  109. <h5 class="typeParameters">Type Parameters</h5>
  110. <table class="table table-bordered table-striped table-condensed">
  111. <thead>
  112. <tr>
  113. <th>Name</th>
  114. <th>Description</th>
  115. </tr>
  116. </thead>
  117. <tbody>
  118. <tr>
  119. <td><span class="parametername">T</span></td>
  120. <td><p>the type of the value to convert</p>
  121. </td>
  122. </tr>
  123. </tbody>
  124. </table>
  125. <h3 id="methods">Methods
  126. </h3>
  127. <span class="small pull-right mobile-hide">
  128. <span class="divider">|</span>
  129. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Stores_Converters_CustomValueTypeConverter_1_Deserialize_IPA_Config_Data_Value_System_Object_.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.CustomValueTypeConverter%601.Deserialize(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>
  130. </span>
  131. <span class="small pull-right mobile-hide">
  132. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Stores/CustomObjectConverter.cs/#L110">View Source</a>
  133. </span>
  134. <a id="IPA_Config_Stores_Converters_CustomValueTypeConverter_1_Deserialize_" data-uid="IPA.Config.Stores.Converters.CustomValueTypeConverter`1.Deserialize*"></a>
  135. <h4 id="IPA_Config_Stores_Converters_CustomValueTypeConverter_1_Deserialize_IPA_Config_Data_Value_System_Object_" data-uid="IPA.Config.Stores.Converters.CustomValueTypeConverter`1.Deserialize(IPA.Config.Data.Value,System.Object)">Deserialize(Value, Object)</h4>
  136. <div class="markdown level1 summary"><p>Deserializes <code data-dev-comment-type="paramref" class="paramref">value</code> into a <code data-dev-comment-type="typeparamref" class="typeparamref">T</code> with the given <code data-dev-comment-type="paramref" class="paramref">parent</code>.</p>
  137. </div>
  138. <div class="markdown level1 conceptual"></div>
  139. <h5 class="decalaration">Declaration</h5>
  140. <div class="codewrapper">
  141. <pre><code class="lang-csharp hljs">public static T Deserialize(Value value, object parent)</code></pre>
  142. </div>
  143. <h5 class="parameters">Parameters</h5>
  144. <table class="table table-bordered table-striped table-condensed">
  145. <thead>
  146. <tr>
  147. <th>Type</th>
  148. <th>Name</th>
  149. <th>Description</th>
  150. </tr>
  151. </thead>
  152. <tbody>
  153. <tr>
  154. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  155. <td><span class="parametername">value</span></td>
  156. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to deserialize</p>
  157. </td>
  158. </tr>
  159. <tr>
  160. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  161. <td><span class="parametername">parent</span></td>
  162. <td><p>the parent object that will own the deserialized value</p>
  163. </td>
  164. </tr>
  165. </tbody>
  166. </table>
  167. <h5 class="returns">Returns</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">T</span></td>
  178. <td><p>the deserialized value</p>
  179. </td>
  180. </tr>
  181. </tbody>
  182. </table>
  183. <h5 id="IPA_Config_Stores_Converters_CustomValueTypeConverter_1_Deserialize_IPA_Config_Data_Value_System_Object__seealso">See Also</h5>
  184. <div class="seealso">
  185. <div><a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_FromValue_IPA_Config_Data_Value_System_Object_">FromValue</a>(<a class="xref" href="IPA.Config.Data.Value.html">Value</a>, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a>)</div>
  186. </div>
  187. <span class="small pull-right mobile-hide">
  188. <span class="divider">|</span>
  189. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Stores_Converters_CustomValueTypeConverter_1_FromValue_IPA_Config_Data_Value_System_Object_.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.CustomValueTypeConverter%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>
  190. </span>
  191. <span class="small pull-right mobile-hide">
  192. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Stores/CustomObjectConverter.cs/#L129">View Source</a>
  193. </span>
  194. <a id="IPA_Config_Stores_Converters_CustomValueTypeConverter_1_FromValue_" data-uid="IPA.Config.Stores.Converters.CustomValueTypeConverter`1.FromValue*"></a>
  195. <h4 id="IPA_Config_Stores_Converters_CustomValueTypeConverter_1_FromValue_IPA_Config_Data_Value_System_Object_" data-uid="IPA.Config.Stores.Converters.CustomValueTypeConverter`1.FromValue(IPA.Config.Data.Value,System.Object)">FromValue(Value, Object)</h4>
  196. <div class="markdown level1 summary"><p>Deserializes <code data-dev-comment-type="paramref" class="paramref">value</code> into a <code data-dev-comment-type="typeparamref" class="typeparamref">T</code> with the given <code data-dev-comment-type="paramref" class="paramref">parent</code>.</p>
  197. </div>
  198. <div class="markdown level1 conceptual"></div>
  199. <h5 class="decalaration">Declaration</h5>
  200. <div class="codewrapper">
  201. <pre><code class="lang-csharp hljs">public override T FromValue(Value value, object parent)</code></pre>
  202. </div>
  203. <h5 class="parameters">Parameters</h5>
  204. <table class="table table-bordered table-striped table-condensed">
  205. <thead>
  206. <tr>
  207. <th>Type</th>
  208. <th>Name</th>
  209. <th>Description</th>
  210. </tr>
  211. </thead>
  212. <tbody>
  213. <tr>
  214. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  215. <td><span class="parametername">value</span></td>
  216. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to deserialize</p>
  217. </td>
  218. </tr>
  219. <tr>
  220. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  221. <td><span class="parametername">parent</span></td>
  222. <td><p>the parent object that will own the deserialized value</p>
  223. </td>
  224. </tr>
  225. </tbody>
  226. </table>
  227. <h5 class="returns">Returns</h5>
  228. <table class="table table-bordered table-striped table-condensed">
  229. <thead>
  230. <tr>
  231. <th>Type</th>
  232. <th>Description</th>
  233. </tr>
  234. </thead>
  235. <tbody>
  236. <tr>
  237. <td><span class="xref">T</span></td>
  238. <td><p>the deserialized value</p>
  239. </td>
  240. </tr>
  241. </tbody>
  242. </table>
  243. <h5 class="overrides">Overrides</h5>
  244. <div><span class="xref">IPA.Config.Stores.ValueConverter&lt;T&gt;.FromValue(IPA.Config.Data.Value, System.Object)</span></div>
  245. <h5 id="IPA_Config_Stores_Converters_CustomValueTypeConverter_1_FromValue_IPA_Config_Data_Value_System_Object__seealso">See Also</h5>
  246. <div class="seealso">
  247. <div><a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_FromValue_IPA_Config_Data_Value_System_Object_">FromValue</a>(<a class="xref" href="IPA.Config.Data.Value.html">Value</a>, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a>)</div>
  248. </div>
  249. <span class="small pull-right mobile-hide">
  250. <span class="divider">|</span>
  251. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Stores_Converters_CustomValueTypeConverter_1_Serialize__0_.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.CustomValueTypeConverter%601.Serialize(%600)%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>
  252. </span>
  253. <span class="small pull-right mobile-hide">
  254. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Stores/CustomObjectConverter.cs/#L119">View Source</a>
  255. </span>
  256. <a id="IPA_Config_Stores_Converters_CustomValueTypeConverter_1_Serialize_" data-uid="IPA.Config.Stores.Converters.CustomValueTypeConverter`1.Serialize*"></a>
  257. <h4 id="IPA_Config_Stores_Converters_CustomValueTypeConverter_1_Serialize__0_" data-uid="IPA.Config.Stores.Converters.CustomValueTypeConverter`1.Serialize(`0)">Serialize(T)</h4>
  258. <div class="markdown level1 summary"><p>Serializes <code data-dev-comment-type="paramref" class="paramref">obj</code> into a corresponding <a class="xref" href="IPA.Config.Data.Value.html">Value</a> structure.</p>
  259. </div>
  260. <div class="markdown level1 conceptual"></div>
  261. <h5 class="decalaration">Declaration</h5>
  262. <div class="codewrapper">
  263. <pre><code class="lang-csharp hljs">public static Value Serialize(T obj)</code></pre>
  264. </div>
  265. <h5 class="parameters">Parameters</h5>
  266. <table class="table table-bordered table-striped table-condensed">
  267. <thead>
  268. <tr>
  269. <th>Type</th>
  270. <th>Name</th>
  271. <th>Description</th>
  272. </tr>
  273. </thead>
  274. <tbody>
  275. <tr>
  276. <td><span class="xref">T</span></td>
  277. <td><span class="parametername">obj</span></td>
  278. <td><p>the object to serialize</p>
  279. </td>
  280. </tr>
  281. </tbody>
  282. </table>
  283. <h5 class="returns">Returns</h5>
  284. <table class="table table-bordered table-striped table-condensed">
  285. <thead>
  286. <tr>
  287. <th>Type</th>
  288. <th>Description</th>
  289. </tr>
  290. </thead>
  291. <tbody>
  292. <tr>
  293. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  294. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> tree that represents <code data-dev-comment-type="paramref" class="paramref">obj</code></p>
  295. </td>
  296. </tr>
  297. </tbody>
  298. </table>
  299. <h5 id="IPA_Config_Stores_Converters_CustomValueTypeConverter_1_Serialize__0__seealso">See Also</h5>
  300. <div class="seealso">
  301. <div><a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_ToValue__0_System_Object_">ToValue</a>(T, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a>)</div>
  302. </div>
  303. <span class="small pull-right mobile-hide">
  304. <span class="divider">|</span>
  305. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Stores_Converters_CustomValueTypeConverter_1_ToValue__0_System_Object_.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.CustomValueTypeConverter%601.ToValue(%600%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>
  306. </span>
  307. <span class="small pull-right mobile-hide">
  308. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Stores/CustomObjectConverter.cs/#L139">View Source</a>
  309. </span>
  310. <a id="IPA_Config_Stores_Converters_CustomValueTypeConverter_1_ToValue_" data-uid="IPA.Config.Stores.Converters.CustomValueTypeConverter`1.ToValue*"></a>
  311. <h4 id="IPA_Config_Stores_Converters_CustomValueTypeConverter_1_ToValue__0_System_Object_" data-uid="IPA.Config.Stores.Converters.CustomValueTypeConverter`1.ToValue(`0,System.Object)">ToValue(T, Object)</h4>
  312. <div class="markdown level1 summary"><p>Serializes <code data-dev-comment-type="paramref" class="paramref">obj</code> into a <a class="xref" href="IPA.Config.Data.Value.html">Value</a> structure, given <code data-dev-comment-type="paramref" class="paramref">parent</code>.</p>
  313. </div>
  314. <div class="markdown level1 conceptual"></div>
  315. <h5 class="decalaration">Declaration</h5>
  316. <div class="codewrapper">
  317. <pre><code class="lang-csharp hljs">public override Value ToValue(T obj, object parent)</code></pre>
  318. </div>
  319. <h5 class="parameters">Parameters</h5>
  320. <table class="table table-bordered table-striped table-condensed">
  321. <thead>
  322. <tr>
  323. <th>Type</th>
  324. <th>Name</th>
  325. <th>Description</th>
  326. </tr>
  327. </thead>
  328. <tbody>
  329. <tr>
  330. <td><span class="xref">T</span></td>
  331. <td><span class="parametername">obj</span></td>
  332. <td><p>the object to serialize</p>
  333. </td>
  334. </tr>
  335. <tr>
  336. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  337. <td><span class="parametername">parent</span></td>
  338. <td><p>the parent object that owns <code data-dev-comment-type="paramref" class="paramref">obj</code></p>
  339. </td>
  340. </tr>
  341. </tbody>
  342. </table>
  343. <h5 class="returns">Returns</h5>
  344. <table class="table table-bordered table-striped table-condensed">
  345. <thead>
  346. <tr>
  347. <th>Type</th>
  348. <th>Description</th>
  349. </tr>
  350. </thead>
  351. <tbody>
  352. <tr>
  353. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  354. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> tree that represents <code data-dev-comment-type="paramref" class="paramref">obj</code></p>
  355. </td>
  356. </tr>
  357. </tbody>
  358. </table>
  359. <h5 class="overrides">Overrides</h5>
  360. <div><span class="xref">IPA.Config.Stores.ValueConverter&lt;T&gt;.ToValue(T, System.Object)</span></div>
  361. <h5 id="IPA_Config_Stores_Converters_CustomValueTypeConverter_1_ToValue__0_System_Object__seealso">See Also</h5>
  362. <div class="seealso">
  363. <div><a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_ToValue__0_System_Object_">ToValue</a>(T, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a>)</div>
  364. </div>
  365. <h3 id="implements">Implements</h3>
  366. <div>
  367. <a class="xref" href="IPA.Config.Stores.IValueConverter.html">IValueConverter</a>
  368. </div>
  369. <h3 id="extensionmethods">Extension Methods</h3>
  370. <div>
  371. <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>
  372. </div>
  373. <div>
  374. <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>
  375. </div>
  376. <div>
  377. <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>
  378. </div>
  379. <div>
  380. <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>
  381. </div>
  382. <div>
  383. <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>
  384. </div>
  385. </article>
  386. </div>
  387. <div class="hidden-sm col-md-2" role="complementary">
  388. <div class="sideaffix">
  389. <div class="contribution">
  390. <ul class="nav">
  391. <li>
  392. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Stores_Converters_CustomValueTypeConverter_1.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.CustomValueTypeConverter%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>
  393. </li>
  394. <li>
  395. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Stores/CustomObjectConverter.cs/#L96" class="contribution-link">View Source</a>
  396. </li>
  397. </ul>
  398. </div>
  399. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  400. <h5>In This Article</h5>
  401. <div></div>
  402. </nav>
  403. </div>
  404. </div>
  405. </div>
  406. </div>
  407. <footer>
  408. <div class="grad-bottom"></div>
  409. <div class="footer">
  410. <div class="container">
  411. <span class="pull-right">
  412. <a href="#top">Back to top</a>
  413. </span>
  414. <span>Generated by <strong>DocFX</strong></span>
  415. </div>
  416. </div>
  417. </footer>
  418. </div>
  419. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  420. <script type="text/javascript" src="../styles/docfx.js"></script>
  421. <script type="text/javascript" src="../styles/main.js"></script>
  422. </body>
  423. </html>