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.

235 lines
12 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, TConverter&gt;
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class NullableConverter&lt;T, TConverter&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.NullableConverter`2">
  75. <h1 id="IPA_Config_Stores_Converters_NullableConverter_2" data-uid="IPA.Config.Stores.Converters.NullableConverter`2" class="text-break">Class NullableConverter&lt;T, TConverter&gt;
  76. </h1>
  77. <div class="markdown level0 summary"><p>A converter for a <see cref="!:Nullable&lt;T>"></see> that default-constructs a converter of type <code data-dev-comment-type="typeparamref" class="typeparamref">TConverter</code>
  78. to use as the underlying converter. Use this in the <a class="xref" href="IPA.Config.Stores.Attributes.UseConverterAttribute.html">UseConverterAttribute</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;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;T&gt;&gt;</div>
  85. <div class="level2"><a class="xref" href="IPA.Config.Stores.Converters.NullableConverter-1.html">NullableConverter</a>&lt;T&gt;</div>
  86. <div class="level3"><span class="xref">NullableConverter&lt;T, TConverter&gt;</span></div>
  87. </div>
  88. <div class="implements">
  89. <h5>Implements</h5>
  90. <div><a class="xref" href="IPA.Config.Stores.IValueConverter.html">IValueConverter</a></div>
  91. </div>
  92. <div class="inheritedMembers">
  93. <h5>Inherited Members</h5>
  94. <div>
  95. <a class="xref" href="IPA.Config.Stores.Converters.NullableConverter-1.html#IPA_Config_Stores_Converters_NullableConverter_1_FromValue_IPA_Config_Data_Value_System_Object_">NullableConverter&lt;T&gt;.FromValue(Value, Object)</a>
  96. </div>
  97. <div>
  98. <a class="xref" href="IPA.Config.Stores.Converters.NullableConverter-1.html#IPA_Config_Stores_Converters_NullableConverter_1_ToValue_System_Nullable__0__System_Object_">NullableConverter&lt;T&gt;.ToValue(Nullable&lt;T&gt;, Object)</a>
  99. </div>
  100. <div>
  101. <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;Nullable&lt;T&gt;&gt;.IValueConverter.ToValue(Nullable&lt;Object&gt;, Object)</a>
  102. </div>
  103. <div>
  104. <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>
  105. </div>
  106. <div>
  107. <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>
  108. </div>
  109. </div>
  110. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Config.Stores.Converters.html">IPA.Config.Stores.Converters</a></h6>
  111. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  112. <h5 id="IPA_Config_Stores_Converters_NullableConverter_2_syntax">Syntax</h5>
  113. <div class="codewrapper">
  114. <pre><code class="lang-csharp hljs">public sealed class NullableConverter&lt;T, TConverter&gt; : NullableConverter&lt;T&gt;, IValueConverter where T : struct where TConverter : ValueConverter&lt;T&gt;, new()</code></pre>
  115. </div>
  116. <h5 class="typeParameters">Type Parameters</h5>
  117. <table class="table table-bordered table-striped table-condensed">
  118. <thead>
  119. <tr>
  120. <th>Name</th>
  121. <th>Description</th>
  122. </tr>
  123. </thead>
  124. <tbody>
  125. <tr>
  126. <td><span class="parametername">T</span></td>
  127. <td><p>the underlying type of the <see cref="!:Nullable&lt;T>"></see></p>
  128. </td>
  129. </tr>
  130. <tr>
  131. <td><span class="parametername">TConverter</span></td>
  132. <td><p>the type to use as an underlying converter</p>
  133. </td>
  134. </tr>
  135. </tbody>
  136. </table>
  137. <h3 id="constructors">Constructors
  138. </h3>
  139. <span class="small pull-right mobile-hide">
  140. <span class="divider">|</span>
  141. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Stores_Converters_NullableConverter_2__ctor.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.NullableConverter%602.%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>
  142. </span>
  143. <span class="small pull-right mobile-hide">
  144. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Stores/Converters.cs/#L224">View Source</a>
  145. </span>
  146. <a id="IPA_Config_Stores_Converters_NullableConverter_2__ctor_" data-uid="IPA.Config.Stores.Converters.NullableConverter`2.#ctor*"></a>
  147. <h4 id="IPA_Config_Stores_Converters_NullableConverter_2__ctor" data-uid="IPA.Config.Stores.Converters.NullableConverter`2.#ctor">NullableConverter()</h4>
  148. <div class="markdown level1 summary"><p>Creates a converter with a new <code data-dev-comment-type="typeparamref" class="typeparamref">TConverter</code> as the underlying converter.</p>
  149. </div>
  150. <div class="markdown level1 conceptual"></div>
  151. <h5 class="decalaration">Declaration</h5>
  152. <div class="codewrapper">
  153. <pre><code class="lang-csharp hljs">public NullableConverter()</code></pre>
  154. </div>
  155. <h5 id="IPA_Config_Stores_Converters_NullableConverter_2__ctor_seealso">See Also</h5>
  156. <div class="seealso">
  157. <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>
  158. </div>
  159. <h3 id="implements">Implements</h3>
  160. <div>
  161. <a class="xref" href="IPA.Config.Stores.IValueConverter.html">IValueConverter</a>
  162. </div>
  163. <h3 id="extensionmethods">Extension Methods</h3>
  164. <div>
  165. <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>
  166. </div>
  167. <div>
  168. <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>
  169. </div>
  170. <div>
  171. <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>
  172. </div>
  173. <div>
  174. <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>
  175. </div>
  176. <div>
  177. <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>
  178. </div>
  179. <h3 id="seealso">See Also</h3>
  180. <div class="seealso">
  181. <div><a class="xref" href="IPA.Config.Stores.Converters.NullableConverter-1.html">NullableConverter</a>&lt;T&gt;</div>
  182. </div>
  183. </article>
  184. </div>
  185. <div class="hidden-sm col-md-2" role="complementary">
  186. <div class="sideaffix">
  187. <div class="contribution">
  188. <ul class="nav">
  189. <li>
  190. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Stores_Converters_NullableConverter_2.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.NullableConverter%602%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>
  191. </li>
  192. <li>
  193. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Stores/Converters.cs/#L216" class="contribution-link">View Source</a>
  194. </li>
  195. </ul>
  196. </div>
  197. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  198. <h5>In This Article</h5>
  199. <div></div>
  200. </nav>
  201. </div>
  202. </div>
  203. </div>
  204. </div>
  205. <footer>
  206. <div class="grad-bottom"></div>
  207. <div class="footer">
  208. <div class="container">
  209. <span class="pull-right">
  210. <a href="#top">Back to top</a>
  211. </span>
  212. <span>Generated by <strong>DocFX</strong></span>
  213. </div>
  214. </div>
  215. </footer>
  216. </div>
  217. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  218. <script type="text/javascript" src="../styles/docfx.js"></script>
  219. <script type="text/javascript" src="../styles/main.js"></script>
  220. </body>
  221. </html>