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.

483 lines
24 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 ValueConverter&lt;T&gt;
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class ValueConverter&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.ValueConverter`1">
  74. <h1 id="IPA_Config_Stores_ValueConverter_1" data-uid="IPA.Config.Stores.ValueConverter`1" class="text-break">Class ValueConverter&lt;T&gt;
  75. </h1>
  76. <div class="markdown level0 summary"><p>A strongly-typed <a class="xref" href="IPA.Config.Stores.IValueConverter.html">IValueConverter</a>.</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"><span class="xref">ValueConverter&lt;T&gt;</span></div>
  83. <div class="level2"><a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html">CollectionConverter&lt;T, TCollection&gt;</a></div>
  84. <div class="level2"><a class="xref" href="IPA.Config.Stores.Converters.CustomObjectConverter-1.html">CustomObjectConverter&lt;T&gt;</a></div>
  85. <div class="level2"><a class="xref" href="IPA.Config.Stores.Converters.NullableConverter-1.html">NullableConverter&lt;T&gt;</a></div>
  86. <div class="level2"><a class="xref" href="IPA.Utilities.AlmostVersionConverter.html">AlmostVersionConverter</a></div>
  87. </div>
  88. <div classs="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="https://docs.microsoft.com/dotnet/api/system.object.tostring#System_Object_ToString">Object.ToString()</a>
  96. </div>
  97. <div>
  98. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_">Object.Equals(Object)</a>
  99. </div>
  100. <div>
  101. <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>
  102. </div>
  103. <div>
  104. <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>
  105. </div>
  106. <div>
  107. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gethashcode#System_Object_GetHashCode">Object.GetHashCode()</a>
  108. </div>
  109. <div>
  110. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gettype#System_Object_GetType">Object.GetType()</a>
  111. </div>
  112. <div>
  113. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#System_Object_MemberwiseClone">Object.MemberwiseClone()</a>
  114. </div>
  115. </div>
  116. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Config.Stores.html">IPA.Config.Stores</a></h6>
  117. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  118. <h5 id="IPA_Config_Stores_ValueConverter_1_syntax">Syntax</h5>
  119. <div class="codewrapper">
  120. <pre><code class="lang-csharp hljs">public abstract class ValueConverter&lt;T&gt; : IValueConverter</code></pre>
  121. </div>
  122. <h5 class="typeParameters">Type Parameters</h5>
  123. <table class="table table-bordered table-striped table-condensed">
  124. <thead>
  125. <tr>
  126. <th>Name</th>
  127. <th>Description</th>
  128. </tr>
  129. </thead>
  130. <tbody>
  131. <tr>
  132. <td><span class="parametername">T</span></td>
  133. <td><p>the type of object to handle</p>
  134. </td>
  135. </tr>
  136. </tbody>
  137. </table>
  138. <h3 id="methods">Methods
  139. </h3>
  140. <span class="small pull-right mobile-hide">
  141. <span class="divider">|</span>
  142. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Stores_ValueConverter_1_FromValue_IPA_Config_Data_Value_System_Object_.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.ValueConverter%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>
  143. </span>
  144. <span class="small pull-right mobile-hide">
  145. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/08221f4382ffe645c7faf62de97d428d19fbf86d/IPA.Loader/Config/Stores/ValueConverter.cs/#L70">View Source</a>
  146. </span>
  147. <a id="IPA_Config_Stores_ValueConverter_1_FromValue_" data-uid="IPA.Config.Stores.ValueConverter`1.FromValue*"></a>
  148. <h4 id="IPA_Config_Stores_ValueConverter_1_FromValue_IPA_Config_Data_Value_System_Object_" data-uid="IPA.Config.Stores.ValueConverter`1.FromValue(IPA.Config.Data.Value,System.Object)">FromValue(Value, Object)</h4>
  149. <div class="markdown level1 summary"><p>Converts the given <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to the object type handled by this converter.</p>
  150. </div>
  151. <div class="markdown level1 conceptual"></div>
  152. <h5 class="decalaration">Declaration</h5>
  153. <div class="codewrapper">
  154. <pre><code class="lang-csharp hljs">public abstract T FromValue(Value value, object parent)</code></pre>
  155. </div>
  156. <h5 class="parameters">Parameters</h5>
  157. <table class="table table-bordered table-striped table-condensed">
  158. <thead>
  159. <tr>
  160. <th>Type</th>
  161. <th>Name</th>
  162. <th>Description</th>
  163. </tr>
  164. </thead>
  165. <tbody>
  166. <tr>
  167. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  168. <td><span class="parametername">value</span></td>
  169. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to deserialize</p>
  170. </td>
  171. </tr>
  172. <tr>
  173. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  174. <td><span class="parametername">parent</span></td>
  175. <td><p>the object that will own the result</p>
  176. </td>
  177. </tr>
  178. </tbody>
  179. </table>
  180. <h5 class="returns">Returns</h5>
  181. <table class="table table-bordered table-striped table-condensed">
  182. <thead>
  183. <tr>
  184. <th>Type</th>
  185. <th>Description</th>
  186. </tr>
  187. </thead>
  188. <tbody>
  189. <tr>
  190. <td><span class="xref">T</span></td>
  191. <td><p>the deserialized object</p>
  192. </td>
  193. </tr>
  194. </tbody>
  195. </table>
  196. <h5 id="IPA_Config_Stores_ValueConverter_1_FromValue_IPA_Config_Data_Value_System_Object__seealso">See Also</h5>
  197. <div class="seealso">
  198. <div><a class="xref" href="IPA.Config.Stores.IValueConverter.html#IPA_Config_Stores_IValueConverter_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>
  199. </div>
  200. <span class="small pull-right mobile-hide">
  201. <span class="divider">|</span>
  202. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Stores_ValueConverter_1_ToValue__0_System_Object_.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.ValueConverter%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>
  203. </span>
  204. <span class="small pull-right mobile-hide">
  205. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/08221f4382ffe645c7faf62de97d428d19fbf86d/IPA.Loader/Config/Stores/ValueConverter.cs/#L62">View Source</a>
  206. </span>
  207. <a id="IPA_Config_Stores_ValueConverter_1_ToValue_" data-uid="IPA.Config.Stores.ValueConverter`1.ToValue*"></a>
  208. <h4 id="IPA_Config_Stores_ValueConverter_1_ToValue__0_System_Object_" data-uid="IPA.Config.Stores.ValueConverter`1.ToValue(`0,System.Object)">ToValue(T, Object)</h4>
  209. <div class="markdown level1 summary"><p>Converts the given object to a <a class="xref" href="IPA.Config.Data.Value.html">Value</a>.</p>
  210. </div>
  211. <div class="markdown level1 conceptual"></div>
  212. <h5 class="decalaration">Declaration</h5>
  213. <div class="codewrapper">
  214. <pre><code class="lang-csharp hljs">public abstract Value ToValue(T obj, object parent)</code></pre>
  215. </div>
  216. <h5 class="parameters">Parameters</h5>
  217. <table class="table table-bordered table-striped table-condensed">
  218. <thead>
  219. <tr>
  220. <th>Type</th>
  221. <th>Name</th>
  222. <th>Description</th>
  223. </tr>
  224. </thead>
  225. <tbody>
  226. <tr>
  227. <td><span class="xref">T</span></td>
  228. <td><span class="parametername">obj</span></td>
  229. <td><p>the object to convert</p>
  230. </td>
  231. </tr>
  232. <tr>
  233. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  234. <td><span class="parametername">parent</span></td>
  235. <td><p>the owning object of <code data-dev-comment-type="paramref" class="paramref">obj</code></p>
  236. </td>
  237. </tr>
  238. </tbody>
  239. </table>
  240. <h5 class="returns">Returns</h5>
  241. <table class="table table-bordered table-striped table-condensed">
  242. <thead>
  243. <tr>
  244. <th>Type</th>
  245. <th>Description</th>
  246. </tr>
  247. </thead>
  248. <tbody>
  249. <tr>
  250. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  251. <td><p>a representation of <code data-dev-comment-type="paramref" class="paramref">obj</code> as a <a class="xref" href="IPA.Config.Data.Value.html">Value</a> structure</p>
  252. </td>
  253. </tr>
  254. </tbody>
  255. </table>
  256. <h5 id="IPA_Config_Stores_ValueConverter_1_ToValue__0_System_Object__seealso">See Also</h5>
  257. <div class="seealso">
  258. <div><a class="xref" href="IPA.Config.Stores.IValueConverter.html#IPA_Config_Stores_IValueConverter_ToValue_System_Object_System_Object_">ToValue</a>(<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a>, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a>)</div>
  259. </div>
  260. <h3 id="eii">Explicit Interface Implementations
  261. </h3>
  262. <span class="small pull-right mobile-hide">
  263. <span class="divider">|</span>
  264. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_FromValue_IPA_Config_Data_Value_System_Object_.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.ValueConverter%601.IPA%23Config%23Stores%23IValueConverter%23FromValue(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>
  265. </span>
  266. <span class="small pull-right mobile-hide">
  267. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/08221f4382ffe645c7faf62de97d428d19fbf86d/IPA.Loader/Config/Stores/ValueConverter.cs/#L73">View Source</a>
  268. </span>
  269. <a id="IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_FromValue_" data-uid="IPA.Config.Stores.ValueConverter`1.IPA#Config#Stores#IValueConverter#FromValue*"></a>
  270. <h4 id="IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_FromValue_IPA_Config_Data_Value_System_Object_" data-uid="IPA.Config.Stores.ValueConverter`1.IPA#Config#Stores#IValueConverter#FromValue(IPA.Config.Data.Value,System.Object)">IValueConverter.FromValue(Value, Object)</h4>
  271. <div class="markdown level1 summary"></div>
  272. <div class="markdown level1 conceptual"></div>
  273. <h5 class="decalaration">Declaration</h5>
  274. <div class="codewrapper">
  275. <pre><code class="lang-csharp hljs">object IValueConverter.FromValue(Value value, object parent)</code></pre>
  276. </div>
  277. <h5 class="parameters">Parameters</h5>
  278. <table class="table table-bordered table-striped table-condensed">
  279. <thead>
  280. <tr>
  281. <th>Type</th>
  282. <th>Name</th>
  283. <th>Description</th>
  284. </tr>
  285. </thead>
  286. <tbody>
  287. <tr>
  288. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  289. <td><span class="parametername">value</span></td>
  290. <td></td>
  291. </tr>
  292. <tr>
  293. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  294. <td><span class="parametername">parent</span></td>
  295. <td></td>
  296. </tr>
  297. </tbody>
  298. </table>
  299. <h5 class="returns">Returns</h5>
  300. <table class="table table-bordered table-striped table-condensed">
  301. <thead>
  302. <tr>
  303. <th>Type</th>
  304. <th>Description</th>
  305. </tr>
  306. </thead>
  307. <tbody>
  308. <tr>
  309. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  310. <td></td>
  311. </tr>
  312. </tbody>
  313. </table>
  314. <span class="small pull-right mobile-hide">
  315. <span class="divider">|</span>
  316. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_ToValue_System_Object_System_Object_.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.ValueConverter%601.IPA%23Config%23Stores%23IValueConverter%23ToValue(System.Object%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>
  317. </span>
  318. <span class="small pull-right mobile-hide">
  319. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/08221f4382ffe645c7faf62de97d428d19fbf86d/IPA.Loader/Config/Stores/ValueConverter.cs/#L72">View Source</a>
  320. </span>
  321. <a id="IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_ToValue_" data-uid="IPA.Config.Stores.ValueConverter`1.IPA#Config#Stores#IValueConverter#ToValue*"></a>
  322. <h4 id="IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_ToValue_System_Object_System_Object_" data-uid="IPA.Config.Stores.ValueConverter`1.IPA#Config#Stores#IValueConverter#ToValue(System.Object,System.Object)">IValueConverter.ToValue(Object, Object)</h4>
  323. <div class="markdown level1 summary"></div>
  324. <div class="markdown level1 conceptual"></div>
  325. <h5 class="decalaration">Declaration</h5>
  326. <div class="codewrapper">
  327. <pre><code class="lang-csharp hljs">Value IValueConverter.ToValue(object obj, object parent)</code></pre>
  328. </div>
  329. <h5 class="parameters">Parameters</h5>
  330. <table class="table table-bordered table-striped table-condensed">
  331. <thead>
  332. <tr>
  333. <th>Type</th>
  334. <th>Name</th>
  335. <th>Description</th>
  336. </tr>
  337. </thead>
  338. <tbody>
  339. <tr>
  340. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  341. <td><span class="parametername">obj</span></td>
  342. <td></td>
  343. </tr>
  344. <tr>
  345. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  346. <td><span class="parametername">parent</span></td>
  347. <td></td>
  348. </tr>
  349. </tbody>
  350. </table>
  351. <h5 class="returns">Returns</h5>
  352. <table class="table table-bordered table-striped table-condensed">
  353. <thead>
  354. <tr>
  355. <th>Type</th>
  356. <th>Description</th>
  357. </tr>
  358. </thead>
  359. <tbody>
  360. <tr>
  361. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  362. <td></td>
  363. </tr>
  364. </tbody>
  365. </table>
  366. <span class="small pull-right mobile-hide">
  367. <span class="divider">|</span>
  368. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_Type.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.ValueConverter%601.IPA%23Config%23Stores%23IValueConverter%23Type%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>
  369. </span>
  370. <span class="small pull-right mobile-hide">
  371. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/08221f4382ffe645c7faf62de97d428d19fbf86d/IPA.Loader/Config/Stores/ValueConverter.cs/#L74">View Source</a>
  372. </span>
  373. <a id="IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_Type_" data-uid="IPA.Config.Stores.ValueConverter`1.IPA#Config#Stores#IValueConverter#Type*"></a>
  374. <h4 id="IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_Type" data-uid="IPA.Config.Stores.ValueConverter`1.IPA#Config#Stores#IValueConverter#Type">IValueConverter.Type</h4>
  375. <div class="markdown level1 summary"></div>
  376. <div class="markdown level1 conceptual"></div>
  377. <h5 class="decalaration">Declaration</h5>
  378. <div class="codewrapper">
  379. <pre><code class="lang-csharp hljs">Type IValueConverter.Type { get; }</code></pre>
  380. </div>
  381. <h5 class="returns">Returns</h5>
  382. <table class="table table-bordered table-striped table-condensed">
  383. <thead>
  384. <tr>
  385. <th>Type</th>
  386. <th>Description</th>
  387. </tr>
  388. </thead>
  389. <tbody>
  390. <tr>
  391. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.type">Type</a></td>
  392. <td></td>
  393. </tr>
  394. </tbody>
  395. </table>
  396. <h3 id="implements">Implements</h3>
  397. <div>
  398. <a class="xref" href="IPA.Config.Stores.IValueConverter.html">IValueConverter</a>
  399. </div>
  400. <h3 id="extensionmethods">Extension Methods</h3>
  401. <div>
  402. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetField_System_Object_System_String_System_Object_">ReflectionUtil.SetField(Object, String, Object)</a>
  403. </div>
  404. <div>
  405. <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>
  406. </div>
  407. <div>
  408. <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>
  409. </div>
  410. <div>
  411. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetProperty_System_Object_System_String_System_Object_">ReflectionUtil.SetProperty(Object, String, Object)</a>
  412. </div>
  413. <div>
  414. <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>
  415. </div>
  416. <div>
  417. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokeMethod_System_Object_System_String_System_Object___">ReflectionUtil.InvokeMethod(Object, String, Object[])</a>
  418. </div>
  419. <div>
  420. <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>
  421. </div>
  422. <div>
  423. <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>
  424. </div>
  425. <div>
  426. <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>
  427. </div>
  428. <h3 id="seealso">See Also</h3>
  429. <div class="seealso">
  430. <div><a class="xref" href="IPA.Config.Stores.IValueConverter.html">IValueConverter</a></div>
  431. </div>
  432. </article>
  433. </div>
  434. <div class="hidden-sm col-md-2" role="complementary">
  435. <div class="sideaffix">
  436. <div class="contribution">
  437. <ul class="nav">
  438. <li>
  439. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Stores_ValueConverter_1.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.ValueConverter%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>
  440. </li>
  441. <li>
  442. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/08221f4382ffe645c7faf62de97d428d19fbf86d/IPA.Loader/Config/Stores/ValueConverter.cs/#L53" class="contribution-link">View Source</a>
  443. </li>
  444. </ul>
  445. </div>
  446. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  447. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  448. </nav>
  449. </div>
  450. </div>
  451. </div>
  452. </div>
  453. <footer>
  454. <div class="grad-bottom"></div>
  455. <div class="footer">
  456. <div class="container">
  457. <span class="pull-right">
  458. <a href="#top">Back to top</a>
  459. </span>
  460. <span>Generated by <strong>DocFX</strong></span>
  461. </div>
  462. </div>
  463. </footer>
  464. </div>
  465. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  466. <script type="text/javascript" src="../styles/docfx.js"></script>
  467. <script type="text/javascript" src="../styles/main.js"></script>
  468. </body>
  469. </html>