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.

395 lines
21 KiB

3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
  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.59.4.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`1">
  75. <h1 id="IPA_Config_Stores_Converters_NullableConverter_1" data-uid="IPA.Config.Stores.Converters.NullableConverter`1" class="text-break">Class NullableConverter&lt;T&gt;
  76. </h1>
  77. <div class="markdown level0 summary"><p>A converter for a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.nullable-1">Nullable&lt;T&gt;</a>.</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://learn.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;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;T&gt;&gt;</div>
  84. <div class="level2"><span class="xref">NullableConverter&lt;T&gt;</span></div>
  85. <div class="level3"><a class="xref" href="IPA.Config.Stores.Converters.NullableConverter-2.html">NullableConverter&lt;T, 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_IPA_Config_Stores_IValueConverter_ToValue_System_Object_System_Object_">ValueConverter&lt;Nullable&lt;T&gt;&gt;.IValueConverter.ToValue(Object, 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;Nullable&lt;T&gt;&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;Nullable&lt;T&gt;&gt;.IValueConverter.Type</a>
  101. </div>
  102. <div>
  103. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring">Object.ToString()</a>
  104. </div>
  105. <div>
  106. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
  107. </div>
  108. <div>
  109. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
  110. </div>
  111. <div>
  112. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
  113. </div>
  114. <div>
  115. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>
  116. </div>
  117. <div>
  118. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
  119. </div>
  120. <div>
  121. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
  122. </div>
  123. </div>
  124. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Config.Stores.Converters.html">IPA.Config.Stores.Converters</a></h6>
  125. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  126. <h5 id="IPA_Config_Stores_Converters_NullableConverter_1_syntax">Syntax</h5>
  127. <div class="codewrapper">
  128. <pre><code class="lang-csharp hljs">public class NullableConverter&lt;T&gt; : ValueConverter&lt;T?&gt;, IValueConverter where T : struct</code></pre>
  129. </div>
  130. <h5 class="typeParameters">Type Parameters</h5>
  131. <table class="table table-bordered table-striped table-condensed">
  132. <thead>
  133. <tr>
  134. <th>Name</th>
  135. <th>Description</th>
  136. </tr>
  137. </thead>
  138. <tbody>
  139. <tr>
  140. <td><span class="parametername">T</span></td>
  141. <td><p>the underlying type of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.nullable-1">Nullable&lt;T&gt;</a></p>
  142. </td>
  143. </tr>
  144. </tbody>
  145. </table>
  146. <h3 id="constructors">Constructors
  147. </h3>
  148. <span class="small pull-right mobile-hide">
  149. <span class="divider">|</span>
  150. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/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>
  151. </span>
  152. <span class="small pull-right mobile-hide">
  153. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Stores/Converters.cs/#L184">View Source</a>
  154. </span>
  155. <a id="IPA_Config_Stores_Converters_NullableConverter_1__ctor_" data-uid="IPA.Config.Stores.Converters.NullableConverter`1.#ctor*"></a>
  156. <h4 id="IPA_Config_Stores_Converters_NullableConverter_1__ctor" data-uid="IPA.Config.Stores.Converters.NullableConverter`1.#ctor">NullableConverter()</h4>
  157. <div class="markdown level1 summary"><p>Creates a converter with the default converter for the base type.
  158. Equivalent to </p>
  159. <pre><code>new NullableConverter(Converter&lt;T>.Default)</code></pre>
  160. </div>
  161. <div class="markdown level1 conceptual"></div>
  162. <h5 class="decalaration">Declaration</h5>
  163. <div class="codewrapper">
  164. <pre><code class="lang-csharp hljs">public NullableConverter()</code></pre>
  165. </div>
  166. <h5 id="IPA_Config_Stores_Converters_NullableConverter_1__ctor_seealso">See Also</h5>
  167. <div class="seealso">
  168. <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>
  169. <div><a class="xref" href="IPA.Config.Stores.Converters.Converter-1.html#IPA_Config_Stores_Converters_Converter_1_Default">Default</a></div>
  170. </div>
  171. <span class="small pull-right mobile-hide">
  172. <span class="divider">|</span>
  173. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/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>
  174. </span>
  175. <span class="small pull-right mobile-hide">
  176. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Stores/Converters.cs/#L189">View Source</a>
  177. </span>
  178. <a id="IPA_Config_Stores_Converters_NullableConverter_1__ctor_" data-uid="IPA.Config.Stores.Converters.NullableConverter`1.#ctor*"></a>
  179. <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>
  180. <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>
  181. </div>
  182. <div class="markdown level1 conceptual"></div>
  183. <h5 class="decalaration">Declaration</h5>
  184. <div class="codewrapper">
  185. <pre><code class="lang-csharp hljs">public NullableConverter(ValueConverter&lt;T&gt; underlying)</code></pre>
  186. </div>
  187. <h5 class="parameters">Parameters</h5>
  188. <table class="table table-bordered table-striped table-condensed">
  189. <thead>
  190. <tr>
  191. <th>Type</th>
  192. <th>Name</th>
  193. <th>Description</th>
  194. </tr>
  195. </thead>
  196. <tbody>
  197. <tr>
  198. <td><a class="xref" href="IPA.Config.Stores.ValueConverter-1.html">ValueConverter</a>&lt;T&gt;</td>
  199. <td><span class="parametername">underlying</span></td>
  200. <td><p>the undlerlying <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html">ValueConverter&lt;T&gt;</a> to use</p>
  201. </td>
  202. </tr>
  203. </tbody>
  204. </table>
  205. <h3 id="methods">Methods
  206. </h3>
  207. <span class="small pull-right mobile-hide">
  208. <span class="divider">|</span>
  209. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/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>
  210. </span>
  211. <span class="small pull-right mobile-hide">
  212. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Stores/Converters.cs/#L197">View Source</a>
  213. </span>
  214. <a id="IPA_Config_Stores_Converters_NullableConverter_1_FromValue_" data-uid="IPA.Config.Stores.Converters.NullableConverter`1.FromValue*"></a>
  215. <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>
  216. <div class="markdown level1 summary"><p>Converts a <a class="xref" href="IPA.Config.Data.Value.html">Value</a> tree to a value.</p>
  217. </div>
  218. <div class="markdown level1 conceptual"></div>
  219. <h5 class="decalaration">Declaration</h5>
  220. <div class="codewrapper">
  221. <pre><code class="lang-csharp hljs">public override T? FromValue(Value value, object parent)</code></pre>
  222. </div>
  223. <h5 class="parameters">Parameters</h5>
  224. <table class="table table-bordered table-striped table-condensed">
  225. <thead>
  226. <tr>
  227. <th>Type</th>
  228. <th>Name</th>
  229. <th>Description</th>
  230. </tr>
  231. </thead>
  232. <tbody>
  233. <tr>
  234. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  235. <td><span class="parametername">value</span></td>
  236. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> tree to convert</p>
  237. </td>
  238. </tr>
  239. <tr>
  240. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Object</a></td>
  241. <td><span class="parametername">parent</span></td>
  242. <td><p>the object which will own the created object</p>
  243. </td>
  244. </tr>
  245. </tbody>
  246. </table>
  247. <h5 class="returns">Returns</h5>
  248. <table class="table table-bordered table-striped table-condensed">
  249. <thead>
  250. <tr>
  251. <th>Type</th>
  252. <th>Description</th>
  253. </tr>
  254. </thead>
  255. <tbody>
  256. <tr>
  257. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;T&gt;</td>
  258. <td><p>the object represented by <code data-dev-comment-type="paramref" class="paramref">value</code></p>
  259. </td>
  260. </tr>
  261. </tbody>
  262. </table>
  263. <h5 class="overrides">Overrides</h5>
  264. <div><span class="xref">IPA.Config.Stores.ValueConverter&lt;System.Nullable&lt;T&gt;&gt;.FromValue(IPA.Config.Data.Value, System.Object)</span></div>
  265. <span class="small pull-right mobile-hide">
  266. <span class="divider">|</span>
  267. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/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>
  268. </span>
  269. <span class="small pull-right mobile-hide">
  270. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Stores/Converters.cs/#L205">View Source</a>
  271. </span>
  272. <a id="IPA_Config_Stores_Converters_NullableConverter_1_ToValue_" data-uid="IPA.Config.Stores.Converters.NullableConverter`1.ToValue*"></a>
  273. <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>
  274. <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>
  275. </div>
  276. <div class="markdown level1 conceptual"></div>
  277. <h5 class="decalaration">Declaration</h5>
  278. <div class="codewrapper">
  279. <pre><code class="lang-csharp hljs">public override Value ToValue(T? obj, object parent)</code></pre>
  280. </div>
  281. <h5 class="parameters">Parameters</h5>
  282. <table class="table table-bordered table-striped table-condensed">
  283. <thead>
  284. <tr>
  285. <th>Type</th>
  286. <th>Name</th>
  287. <th>Description</th>
  288. </tr>
  289. </thead>
  290. <tbody>
  291. <tr>
  292. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;T&gt;</td>
  293. <td><span class="parametername">obj</span></td>
  294. <td><p>the value to serialize</p>
  295. </td>
  296. </tr>
  297. <tr>
  298. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Object</a></td>
  299. <td><span class="parametername">parent</span></td>
  300. <td><p>the object which owns <code data-dev-comment-type="paramref" class="paramref">obj</code></p>
  301. </td>
  302. </tr>
  303. </tbody>
  304. </table>
  305. <h5 class="returns">Returns</h5>
  306. <table class="table table-bordered table-striped table-condensed">
  307. <thead>
  308. <tr>
  309. <th>Type</th>
  310. <th>Description</th>
  311. </tr>
  312. </thead>
  313. <tbody>
  314. <tr>
  315. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  316. <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>
  317. </td>
  318. </tr>
  319. </tbody>
  320. </table>
  321. <h5 class="overrides">Overrides</h5>
  322. <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>
  323. <h3 id="implements">Implements</h3>
  324. <div>
  325. <a class="xref" href="IPA.Config.Stores.IValueConverter.html">IValueConverter</a>
  326. </div>
  327. <h3 id="extensionmethods">Extension Methods</h3>
  328. <div>
  329. <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>
  330. </div>
  331. <div>
  332. <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>
  333. </div>
  334. <div>
  335. <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>
  336. </div>
  337. <div>
  338. <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>
  339. </div>
  340. <div>
  341. <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>
  342. </div>
  343. </article>
  344. </div>
  345. <div class="hidden-sm col-md-2" role="complementary">
  346. <div class="sideaffix">
  347. <div class="contribution">
  348. <ul class="nav">
  349. <li>
  350. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/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>
  351. </li>
  352. <li>
  353. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Stores/Converters.cs/#L172" class="contribution-link">View Source</a>
  354. </li>
  355. </ul>
  356. </div>
  357. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  358. <h5>In This Article</h5>
  359. <div></div>
  360. </nav>
  361. </div>
  362. </div>
  363. </div>
  364. </div>
  365. <footer>
  366. <div class="grad-bottom"></div>
  367. <div class="footer">
  368. <div class="container">
  369. <span class="pull-right">
  370. <a href="#top">Back to top</a>
  371. </span>
  372. <span>Generated by <strong>DocFX</strong></span>
  373. </div>
  374. </div>
  375. </footer>
  376. </div>
  377. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  378. <script type="text/javascript" src="../styles/docfx.js"></script>
  379. <script type="text/javascript" src="../styles/main.js"></script>
  380. </body>
  381. </html>