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.

408 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 NullableConverter&lt;T&gt;
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class NullableConverter&lt;T&gt;
  11. ">
  12. <meta name="generator" content="docfx 2.48.0.0">
  13. <link rel="shortcut icon" href="../favicon.ico">
  14. <link rel="stylesheet" href="../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../styles/docfx.css">
  16. <link rel="stylesheet" href="../styles/main.css">
  17. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  18. <meta property="docfx:navrel" content="../toc.html">
  19. <meta property="docfx:tocrel" content="toc.html">
  20. <meta property="docfx:rel" content="../">
  21. <meta property="docfx:newtab" content="true">
  22. </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
  23. <div id="wrapper">
  24. <header>
  25. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  26. <div class="container">
  27. <div class="navbar-header">
  28. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  29. <span class="sr-only">Toggle navigation</span>
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. <span class="icon-bar"></span>
  33. </button>
  34. <a class="navbar-brand" href="../index.html">
  35. <img id="logo" class="svg" src="../logo.svg" alt="">
  36. </a>
  37. </div>
  38. <div class="collapse navbar-collapse" id="navbar">
  39. <form class="navbar-form navbar-right" role="search" id="search">
  40. <div class="form-group">
  41. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  42. </div>
  43. </form>
  44. </div>
  45. </div>
  46. </nav>
  47. <div class="subnav navbar navbar-default">
  48. <div class="container hide-when-search" id="breadcrumb">
  49. <ul class="breadcrumb">
  50. <li></li>
  51. </ul>
  52. </div>
  53. </div>
  54. </header>
  55. <div class="container body-content">
  56. <div id="search-results">
  57. <div class="search-list"></div>
  58. <div class="sr-items">
  59. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  60. </div>
  61. <ul id="pagination"></ul>
  62. </div>
  63. </div>
  64. <div role="main" class="container body-content hide-when-search">
  65. <div class="sidenav hide-when-search">
  66. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  67. <div class="sidetoggle collapse" id="sidetoggle">
  68. <div id="sidetoc"></div>
  69. </div>
  70. </div>
  71. <div class="article row grid-right">
  72. <div class="col-md-10">
  73. <article class="content wrap" id="_content" data-uid="IPA.Config.Stores.Converters.NullableConverter`1">
  74. <h1 id="IPA_Config_Stores_Converters_NullableConverter_1" data-uid="IPA.Config.Stores.Converters.NullableConverter`1" class="text-break">Class NullableConverter&lt;T&gt;
  75. </h1>
  76. <div class="markdown level0 summary"><p>A converter for a <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.nullable-1">Nullable&lt;T&gt;</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"><a class="xref" href="IPA.Config.Stores.ValueConverter-1.html">ValueConverter</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;T&gt;&gt;</div>
  83. <div class="level2"><span class="xref">NullableConverter&lt;T&gt;</span></div>
  84. <div class="level3"><a class="xref" href="IPA.Config.Stores.Converters.NullableConverter-2.html">NullableConverter&lt;T, TConverter&gt;</a></div>
  85. </div>
  86. <div classs="implements">
  87. <h5>Implements</h5>
  88. <div><a class="xref" href="IPA.Config.Stores.IValueConverter.html">IValueConverter</a></div>
  89. </div>
  90. <div class="inheritedMembers">
  91. <h5>Inherited Members</h5>
  92. <div>
  93. <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;Nullable&lt;T&gt;&gt;.IValueConverter.ToValue(Object, Object)</a>
  94. </div>
  95. <div>
  96. <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;Nullable&lt;T&gt;&gt;.IValueConverter.FromValue(Value, Object)</a>
  97. </div>
  98. <div>
  99. <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_Type">ValueConverter&lt;Nullable&lt;T&gt;&gt;.IValueConverter.Type</a>
  100. </div>
  101. <div>
  102. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.tostring#System_Object_ToString">Object.ToString()</a>
  103. </div>
  104. <div>
  105. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_">Object.Equals(Object)</a>
  106. </div>
  107. <div>
  108. <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>
  109. </div>
  110. <div>
  111. <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>
  112. </div>
  113. <div>
  114. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gethashcode#System_Object_GetHashCode">Object.GetHashCode()</a>
  115. </div>
  116. <div>
  117. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gettype#System_Object_GetType">Object.GetType()</a>
  118. </div>
  119. <div>
  120. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#System_Object_MemberwiseClone">Object.MemberwiseClone()</a>
  121. </div>
  122. </div>
  123. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Config.Stores.Converters.html">IPA.Config.Stores.Converters</a></h6>
  124. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  125. <h5 id="IPA_Config_Stores_Converters_NullableConverter_1_syntax">Syntax</h5>
  126. <div class="codewrapper">
  127. <pre><code class="lang-csharp hljs">public class NullableConverter&lt;T&gt; : ValueConverter&lt;T?&gt;, IValueConverter where T : struct</code></pre>
  128. </div>
  129. <h5 class="typeParameters">Type Parameters</h5>
  130. <table class="table table-bordered table-striped table-condensed">
  131. <thead>
  132. <tr>
  133. <th>Name</th>
  134. <th>Description</th>
  135. </tr>
  136. </thead>
  137. <tbody>
  138. <tr>
  139. <td><span class="parametername">T</span></td>
  140. <td><p>the underlying type of the <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.nullable-1">Nullable&lt;T&gt;</a></p>
  141. </td>
  142. </tr>
  143. </tbody>
  144. </table>
  145. <h3 id="constructors">Constructors
  146. </h3>
  147. <span class="small pull-right mobile-hide">
  148. <span class="divider">|</span>
  149. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Stores_Converters_NullableConverter_1__ctor.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.NullableConverter%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>
  150. </span>
  151. <span class="small pull-right mobile-hide">
  152. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/d8b3042636d362bf32c48f5e068277bce48773e6/IPA.Loader/Config/Stores/Converters.cs/#L138">View Source</a>
  153. </span>
  154. <a id="IPA_Config_Stores_Converters_NullableConverter_1__ctor_" data-uid="IPA.Config.Stores.Converters.NullableConverter`1.#ctor*"></a>
  155. <h4 id="IPA_Config_Stores_Converters_NullableConverter_1__ctor" data-uid="IPA.Config.Stores.Converters.NullableConverter`1.#ctor">NullableConverter()</h4>
  156. <div class="markdown level1 summary"><p>Creates a converter with the default converter for the base type.
  157. Equivalent to </p>
  158. <pre><code>new NullableConverter(Converter&lt;T>.Default)</code></pre>
  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 NullableConverter()</code></pre>
  164. </div>
  165. <h5 id="IPA_Config_Stores_Converters_NullableConverter_1__ctor_seealso">See Also</h5>
  166. <div class="seealso">
  167. <div><a class="xref" href="IPA.Config.Stores.Converters.NullableConverter-1.html#IPA_Config_Stores_Converters_NullableConverter_1__ctor_IPA_Config_Stores_ValueConverter__0__">NullableConverter(ValueConverter&lt;T&gt;)</a></div>
  168. <div><a class="xref" href="IPA.Config.Stores.Converters.Converter-1.html#IPA_Config_Stores_Converters_Converter_1_Default">Default</a></div>
  169. </div>
  170. <span class="small pull-right mobile-hide">
  171. <span class="divider">|</span>
  172. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Stores_Converters_NullableConverter_1__ctor_IPA_Config_Stores_ValueConverter__0__.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.NullableConverter%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>
  173. </span>
  174. <span class="small pull-right mobile-hide">
  175. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/d8b3042636d362bf32c48f5e068277bce48773e6/IPA.Loader/Config/Stores/Converters.cs/#L143">View Source</a>
  176. </span>
  177. <a id="IPA_Config_Stores_Converters_NullableConverter_1__ctor_" data-uid="IPA.Config.Stores.Converters.NullableConverter`1.#ctor*"></a>
  178. <h4 id="IPA_Config_Stores_Converters_NullableConverter_1__ctor_IPA_Config_Stores_ValueConverter__0__" data-uid="IPA.Config.Stores.Converters.NullableConverter`1.#ctor(IPA.Config.Stores.ValueConverter{`0})">NullableConverter(ValueConverter&lt;T&gt;)</h4>
  179. <div class="markdown level1 summary"><p>Creates a converter with the given underlying <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html">ValueConverter&lt;T&gt;</a>.</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 NullableConverter(ValueConverter&lt;T&gt; underlying)</code></pre>
  185. </div>
  186. <h5 class="parameters">Parameters</h5>
  187. <table class="table table-bordered table-striped table-condensed">
  188. <thead>
  189. <tr>
  190. <th>Type</th>
  191. <th>Name</th>
  192. <th>Description</th>
  193. </tr>
  194. </thead>
  195. <tbody>
  196. <tr>
  197. <td><a class="xref" href="IPA.Config.Stores.ValueConverter-1.html">ValueConverter</a>&lt;T&gt;</td>
  198. <td><span class="parametername">underlying</span></td>
  199. <td><p>the undlerlying <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html">ValueConverter&lt;T&gt;</a> to use</p>
  200. </td>
  201. </tr>
  202. </tbody>
  203. </table>
  204. <h3 id="methods">Methods
  205. </h3>
  206. <span class="small pull-right mobile-hide">
  207. <span class="divider">|</span>
  208. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Stores_Converters_NullableConverter_1_FromValue_IPA_Config_Data_Value_System_Object_.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.NullableConverter%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>
  209. </span>
  210. <span class="small pull-right mobile-hide">
  211. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/d8b3042636d362bf32c48f5e068277bce48773e6/IPA.Loader/Config/Stores/Converters.cs/#L151">View Source</a>
  212. </span>
  213. <a id="IPA_Config_Stores_Converters_NullableConverter_1_FromValue_" data-uid="IPA.Config.Stores.Converters.NullableConverter`1.FromValue*"></a>
  214. <h4 id="IPA_Config_Stores_Converters_NullableConverter_1_FromValue_IPA_Config_Data_Value_System_Object_" data-uid="IPA.Config.Stores.Converters.NullableConverter`1.FromValue(IPA.Config.Data.Value,System.Object)">FromValue(Value, Object)</h4>
  215. <div class="markdown level1 summary"><p>Converts a <a class="xref" href="IPA.Config.Data.Value.html">Value</a> tree to a value.</p>
  216. </div>
  217. <div class="markdown level1 conceptual"></div>
  218. <h5 class="decalaration">Declaration</h5>
  219. <div class="codewrapper">
  220. <pre><code class="lang-csharp hljs">public override T? FromValue(Value value, object parent)</code></pre>
  221. </div>
  222. <h5 class="parameters">Parameters</h5>
  223. <table class="table table-bordered table-striped table-condensed">
  224. <thead>
  225. <tr>
  226. <th>Type</th>
  227. <th>Name</th>
  228. <th>Description</th>
  229. </tr>
  230. </thead>
  231. <tbody>
  232. <tr>
  233. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  234. <td><span class="parametername">value</span></td>
  235. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> tree to convert</p>
  236. </td>
  237. </tr>
  238. <tr>
  239. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  240. <td><span class="parametername">parent</span></td>
  241. <td><p>the object which will own the created object</p>
  242. </td>
  243. </tr>
  244. </tbody>
  245. </table>
  246. <h5 class="returns">Returns</h5>
  247. <table class="table table-bordered table-striped table-condensed">
  248. <thead>
  249. <tr>
  250. <th>Type</th>
  251. <th>Description</th>
  252. </tr>
  253. </thead>
  254. <tbody>
  255. <tr>
  256. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;T&gt;</td>
  257. <td><p>the object represented by <code data-dev-comment-type="paramref" class="paramref">value</code></p>
  258. </td>
  259. </tr>
  260. </tbody>
  261. </table>
  262. <h5 class="overrides">Overrides</h5>
  263. <div><span class="xref">IPA.Config.Stores.ValueConverter&lt;System.Nullable&lt;T&gt;&gt;.FromValue(IPA.Config.Data.Value, System.Object)</span></div>
  264. <span class="small pull-right mobile-hide">
  265. <span class="divider">|</span>
  266. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Stores_Converters_NullableConverter_1_ToValue_System_Nullable__0__System_Object_.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.NullableConverter%601.ToValue(System.Nullable%7B%600%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>
  267. </span>
  268. <span class="small pull-right mobile-hide">
  269. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/d8b3042636d362bf32c48f5e068277bce48773e6/IPA.Loader/Config/Stores/Converters.cs/#L159">View Source</a>
  270. </span>
  271. <a id="IPA_Config_Stores_Converters_NullableConverter_1_ToValue_" data-uid="IPA.Config.Stores.Converters.NullableConverter`1.ToValue*"></a>
  272. <h4 id="IPA_Config_Stores_Converters_NullableConverter_1_ToValue_System_Nullable__0__System_Object_" data-uid="IPA.Config.Stores.Converters.NullableConverter`1.ToValue(System.Nullable{`0},System.Object)">ToValue(Nullable&lt;T&gt;, Object)</h4>
  273. <div class="markdown level1 summary"><p>Converts a nullable <code data-dev-comment-type="typeparamref" class="typeparamref">T</code> to a <a class="xref" href="IPA.Config.Data.Value.html">Value</a> tree.</p>
  274. </div>
  275. <div class="markdown level1 conceptual"></div>
  276. <h5 class="decalaration">Declaration</h5>
  277. <div class="codewrapper">
  278. <pre><code class="lang-csharp hljs">public override Value ToValue(T? obj, object parent)</code></pre>
  279. </div>
  280. <h5 class="parameters">Parameters</h5>
  281. <table class="table table-bordered table-striped table-condensed">
  282. <thead>
  283. <tr>
  284. <th>Type</th>
  285. <th>Name</th>
  286. <th>Description</th>
  287. </tr>
  288. </thead>
  289. <tbody>
  290. <tr>
  291. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;T&gt;</td>
  292. <td><span class="parametername">obj</span></td>
  293. <td><p>the value to serialize</p>
  294. </td>
  295. </tr>
  296. <tr>
  297. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  298. <td><span class="parametername">parent</span></td>
  299. <td><p>the object which owns <code data-dev-comment-type="paramref" class="paramref">obj</code></p>
  300. </td>
  301. </tr>
  302. </tbody>
  303. </table>
  304. <h5 class="returns">Returns</h5>
  305. <table class="table table-bordered table-striped table-condensed">
  306. <thead>
  307. <tr>
  308. <th>Type</th>
  309. <th>Description</th>
  310. </tr>
  311. </thead>
  312. <tbody>
  313. <tr>
  314. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  315. <td><p>a <a class="xref" href="IPA.Config.Data.Value.html">Value</a> tree representing <code data-dev-comment-type="paramref" class="paramref">obj</code>.</p>
  316. </td>
  317. </tr>
  318. </tbody>
  319. </table>
  320. <h5 class="overrides">Overrides</h5>
  321. <div><span class="xref">IPA.Config.Stores.ValueConverter&lt;System.Nullable&lt;T&gt;&gt;.ToValue(System.Nullable&lt;T&gt;, System.Object)</span></div>
  322. <h3 id="implements">Implements</h3>
  323. <div>
  324. <a class="xref" href="IPA.Config.Stores.IValueConverter.html">IValueConverter</a>
  325. </div>
  326. <h3 id="extensionmethods">Extension Methods</h3>
  327. <div>
  328. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetField_System_Object_System_String_System_Object_">ReflectionUtil.SetField(Object, String, Object)</a>
  329. </div>
  330. <div>
  331. <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>
  332. </div>
  333. <div>
  334. <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>
  335. </div>
  336. <div>
  337. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetField__2___1_System_String_">ReflectionUtil.GetField&lt;T, U&gt;(U, String)</a>
  338. </div>
  339. <div>
  340. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetProperty_System_Object_System_String_System_Object_">ReflectionUtil.SetProperty(Object, String, Object)</a>
  341. </div>
  342. <div>
  343. <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>
  344. </div>
  345. <div>
  346. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokeMethod_System_Object_System_String_System_Object___">ReflectionUtil.InvokeMethod(Object, String, Object[])</a>
  347. </div>
  348. <div>
  349. <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>
  350. </div>
  351. <div>
  352. <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>
  353. </div>
  354. <div>
  355. <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>
  356. </div>
  357. </article>
  358. </div>
  359. <div class="hidden-sm col-md-2" role="complementary">
  360. <div class="sideaffix">
  361. <div class="contribution">
  362. <ul class="nav">
  363. <li>
  364. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Stores_Converters_NullableConverter_1.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.NullableConverter%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>
  365. </li>
  366. <li>
  367. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/d8b3042636d362bf32c48f5e068277bce48773e6/IPA.Loader/Config/Stores/Converters.cs/#L126" class="contribution-link">View Source</a>
  368. </li>
  369. </ul>
  370. </div>
  371. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  372. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  373. </nav>
  374. </div>
  375. </div>
  376. </div>
  377. </div>
  378. <footer>
  379. <div class="grad-bottom"></div>
  380. <div class="footer">
  381. <div class="container">
  382. <span class="pull-right">
  383. <a href="#top">Back to top</a>
  384. </span>
  385. <span>Generated by <strong>DocFX</strong></span>
  386. </div>
  387. </div>
  388. </footer>
  389. </div>
  390. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  391. <script type="text/javascript" src="../styles/docfx.js"></script>
  392. <script type="text/javascript" src="../styles/main.js"></script>
  393. </body>
  394. </html>