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.

928 lines
48 KiB

3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
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 Value
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class Value
  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.Data.Value">
  75. <h1 id="IPA_Config_Data_Value" data-uid="IPA.Config.Data.Value" class="text-break">Class Value
  76. </h1>
  77. <div class="markdown level0 summary"><p>A base value type for config data abstract representations, to be serialized with an
  78. <a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a>. If a <a class="xref" href="IPA.Config.Data.Value.html">Value</a> is <span class="xref">null</span>, then
  79. that represents just that: a <code>null</code> in whatever serialization is being used.
  80. Also contains factory functions for all derived types.</p>
  81. </div>
  82. <div class="markdown level0 conceptual"></div>
  83. <div class="inheritance">
  84. <h5>Inheritance</h5>
  85. <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Object</a></div>
  86. <div class="level1"><span class="xref">Value</span></div>
  87. <div class="level2"><a class="xref" href="IPA.Config.Data.Boolean.html">Boolean</a></div>
  88. <div class="level2"><a class="xref" href="IPA.Config.Data.FloatingPoint.html">FloatingPoint</a></div>
  89. <div class="level2"><a class="xref" href="IPA.Config.Data.Integer.html">Integer</a></div>
  90. <div class="level2"><a class="xref" href="IPA.Config.Data.List.html">List</a></div>
  91. <div class="level2"><a class="xref" href="IPA.Config.Data.Map.html">Map</a></div>
  92. <div class="level2"><a class="xref" href="IPA.Config.Data.Text.html">Text</a></div>
  93. </div>
  94. <div class="inheritedMembers">
  95. <h5>Inherited Members</h5>
  96. <div>
  97. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
  98. </div>
  99. <div>
  100. <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>
  101. </div>
  102. <div>
  103. <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>
  104. </div>
  105. <div>
  106. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>
  107. </div>
  108. <div>
  109. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
  110. </div>
  111. <div>
  112. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
  113. </div>
  114. </div>
  115. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Config.Data.html">IPA.Config.Data</a></h6>
  116. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  117. <h5 id="IPA_Config_Data_Value_syntax">Syntax</h5>
  118. <div class="codewrapper">
  119. <pre><code class="lang-csharp hljs">public abstract class Value</code></pre>
  120. </div>
  121. <h3 id="methods">Methods
  122. </h3>
  123. <span class="small pull-right mobile-hide">
  124. <span class="divider">|</span>
  125. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_Bool_System_Boolean_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.Bool(System.Boolean)%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>
  126. </span>
  127. <span class="small pull-right mobile-hide">
  128. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Value.cs/#L101">View Source</a>
  129. </span>
  130. <a id="IPA_Config_Data_Value_Bool_" data-uid="IPA.Config.Data.Value.Bool*"></a>
  131. <h4 id="IPA_Config_Data_Value_Bool_System_Boolean_" data-uid="IPA.Config.Data.Value.Bool(System.Boolean)">Bool(Boolean)</h4>
  132. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="IPA.Config.Data.Boolean.html">Boolean</a> wrapping a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a>.</p>
  133. </div>
  134. <div class="markdown level1 conceptual"></div>
  135. <h5 class="decalaration">Declaration</h5>
  136. <div class="codewrapper">
  137. <pre><code class="lang-csharp hljs">public static Boolean Bool(bool val)</code></pre>
  138. </div>
  139. <h5 class="parameters">Parameters</h5>
  140. <table class="table table-bordered table-striped table-condensed">
  141. <thead>
  142. <tr>
  143. <th>Type</th>
  144. <th>Name</th>
  145. <th>Description</th>
  146. </tr>
  147. </thead>
  148. <tbody>
  149. <tr>
  150. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  151. <td><span class="parametername">val</span></td>
  152. <td><p>the value to wrap</p>
  153. </td>
  154. </tr>
  155. </tbody>
  156. </table>
  157. <h5 class="returns">Returns</h5>
  158. <table class="table table-bordered table-striped table-condensed">
  159. <thead>
  160. <tr>
  161. <th>Type</th>
  162. <th>Description</th>
  163. </tr>
  164. </thead>
  165. <tbody>
  166. <tr>
  167. <td><a class="xref" href="IPA.Config.Data.Boolean.html">Boolean</a></td>
  168. <td><p>a <a class="xref" href="IPA.Config.Data.Boolean.html">Boolean</a> wrapping <code data-dev-comment-type="paramref" class="paramref">val</code></p>
  169. </td>
  170. </tr>
  171. </tbody>
  172. </table>
  173. <h5 id="IPA_Config_Data_Value_Bool_System_Boolean__seealso">See Also</h5>
  174. <div class="seealso">
  175. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Boolean_">From(Boolean)</a></div>
  176. </div>
  177. <span class="small pull-right mobile-hide">
  178. <span class="divider">|</span>
  179. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_Float_System_Decimal_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.Float(System.Decimal)%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>
  180. </span>
  181. <span class="small pull-right mobile-hide">
  182. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Value.cs/#L86">View Source</a>
  183. </span>
  184. <a id="IPA_Config_Data_Value_Float_" data-uid="IPA.Config.Data.Value.Float*"></a>
  185. <h4 id="IPA_Config_Data_Value_Float_System_Decimal_" data-uid="IPA.Config.Data.Value.Float(System.Decimal)">Float(Decimal)</h4>
  186. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="IPA.Config.Data.FloatingPoint.html">FloatingPoint</a> wrapping a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">Decimal</a>.</p>
  187. </div>
  188. <div class="markdown level1 conceptual"></div>
  189. <h5 class="decalaration">Declaration</h5>
  190. <div class="codewrapper">
  191. <pre><code class="lang-csharp hljs">public static FloatingPoint Float(decimal val)</code></pre>
  192. </div>
  193. <h5 class="parameters">Parameters</h5>
  194. <table class="table table-bordered table-striped table-condensed">
  195. <thead>
  196. <tr>
  197. <th>Type</th>
  198. <th>Name</th>
  199. <th>Description</th>
  200. </tr>
  201. </thead>
  202. <tbody>
  203. <tr>
  204. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">Decimal</a></td>
  205. <td><span class="parametername">val</span></td>
  206. <td><p>the value to wrap</p>
  207. </td>
  208. </tr>
  209. </tbody>
  210. </table>
  211. <h5 class="returns">Returns</h5>
  212. <table class="table table-bordered table-striped table-condensed">
  213. <thead>
  214. <tr>
  215. <th>Type</th>
  216. <th>Description</th>
  217. </tr>
  218. </thead>
  219. <tbody>
  220. <tr>
  221. <td><a class="xref" href="IPA.Config.Data.FloatingPoint.html">FloatingPoint</a></td>
  222. <td><p>a <a class="xref" href="IPA.Config.Data.FloatingPoint.html">FloatingPoint</a> wrapping <code data-dev-comment-type="paramref" class="paramref">val</code></p>
  223. </td>
  224. </tr>
  225. </tbody>
  226. </table>
  227. <h5 id="IPA_Config_Data_Value_Float_System_Decimal__seealso">See Also</h5>
  228. <div class="seealso">
  229. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Decimal_">From(Decimal)</a></div>
  230. </div>
  231. <span class="small pull-right mobile-hide">
  232. <span class="divider">|</span>
  233. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_From_System_Boolean_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.From(System.Boolean)%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>
  234. </span>
  235. <span class="small pull-right mobile-hide">
  236. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Value.cs/#L94">View Source</a>
  237. </span>
  238. <a id="IPA_Config_Data_Value_From_" data-uid="IPA.Config.Data.Value.From*"></a>
  239. <h4 id="IPA_Config_Data_Value_From_System_Boolean_" data-uid="IPA.Config.Data.Value.From(System.Boolean)">From(Boolean)</h4>
  240. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="IPA.Config.Data.Value.html">Value</a> wrapping a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a>.</p>
  241. </div>
  242. <div class="markdown level1 conceptual"></div>
  243. <h5 class="decalaration">Declaration</h5>
  244. <div class="codewrapper">
  245. <pre><code class="lang-csharp hljs">public static Boolean From(bool val)</code></pre>
  246. </div>
  247. <h5 class="parameters">Parameters</h5>
  248. <table class="table table-bordered table-striped table-condensed">
  249. <thead>
  250. <tr>
  251. <th>Type</th>
  252. <th>Name</th>
  253. <th>Description</th>
  254. </tr>
  255. </thead>
  256. <tbody>
  257. <tr>
  258. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  259. <td><span class="parametername">val</span></td>
  260. <td><p>the value to wrap</p>
  261. </td>
  262. </tr>
  263. </tbody>
  264. </table>
  265. <h5 class="returns">Returns</h5>
  266. <table class="table table-bordered table-striped table-condensed">
  267. <thead>
  268. <tr>
  269. <th>Type</th>
  270. <th>Description</th>
  271. </tr>
  272. </thead>
  273. <tbody>
  274. <tr>
  275. <td><a class="xref" href="IPA.Config.Data.Boolean.html">Boolean</a></td>
  276. <td><p>a <a class="xref" href="IPA.Config.Data.Boolean.html">Boolean</a> wrapping <code data-dev-comment-type="paramref" class="paramref">val</code></p>
  277. </td>
  278. </tr>
  279. </tbody>
  280. </table>
  281. <h5 id="IPA_Config_Data_Value_From_System_Boolean__seealso">See Also</h5>
  282. <div class="seealso">
  283. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Bool_System_Boolean_">Bool(Boolean)</a></div>
  284. </div>
  285. <span class="small pull-right mobile-hide">
  286. <span class="divider">|</span>
  287. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_From_System_Collections_Generic_IDictionary_System_String_IPA_Config_Data_Value__.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.From(System.Collections.Generic.IDictionary%7BSystem.String%2CIPA.Config.Data.Value%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>
  288. </span>
  289. <span class="small pull-right mobile-hide">
  290. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Value.cs/#L127">View Source</a>
  291. </span>
  292. <a id="IPA_Config_Data_Value_From_" data-uid="IPA.Config.Data.Value.From*"></a>
  293. <h4 id="IPA_Config_Data_Value_From_System_Collections_Generic_IDictionary_System_String_IPA_Config_Data_Value__" data-uid="IPA.Config.Data.Value.From(System.Collections.Generic.IDictionary{System.String,IPA.Config.Data.Value})">From(IDictionary&lt;String, Value&gt;)</h4>
  294. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="IPA.Config.Data.Map.html">Map</a> holding the content of an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2">IDictionary&lt;TKey,TValue&gt;</a>
  295. of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a> to <a class="xref" href="IPA.Config.Data.Value.html">Value</a>.</p>
  296. </div>
  297. <div class="markdown level1 conceptual"></div>
  298. <h5 class="decalaration">Declaration</h5>
  299. <div class="codewrapper">
  300. <pre><code class="lang-csharp hljs">public static Map From(IDictionary&lt;string, Value&gt; vals)</code></pre>
  301. </div>
  302. <h5 class="parameters">Parameters</h5>
  303. <table class="table table-bordered table-striped table-condensed">
  304. <thead>
  305. <tr>
  306. <th>Type</th>
  307. <th>Name</th>
  308. <th>Description</th>
  309. </tr>
  310. </thead>
  311. <tbody>
  312. <tr>
  313. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2">IDictionary</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="IPA.Config.Data.Value.html">Value</a>&gt;</td>
  314. <td><span class="parametername">vals</span></td>
  315. <td><p>the dictionary of <a class="xref" href="IPA.Config.Data.Value.html">Value</a>s to initialize the <a class="xref" href="IPA.Config.Data.Map.html">Map</a> wtih</p>
  316. </td>
  317. </tr>
  318. </tbody>
  319. </table>
  320. <h5 class="returns">Returns</h5>
  321. <table class="table table-bordered table-striped table-condensed">
  322. <thead>
  323. <tr>
  324. <th>Type</th>
  325. <th>Description</th>
  326. </tr>
  327. </thead>
  328. <tbody>
  329. <tr>
  330. <td><a class="xref" href="IPA.Config.Data.Map.html">Map</a></td>
  331. <td><p>a <a class="xref" href="IPA.Config.Data.Map.html">Map</a> containing the content of <code data-dev-comment-type="paramref" class="paramref">vals</code></p>
  332. </td>
  333. </tr>
  334. </tbody>
  335. </table>
  336. <h5 id="IPA_Config_Data_Value_From_System_Collections_Generic_IDictionary_System_String_IPA_Config_Data_Value___seealso">See Also</h5>
  337. <div class="seealso">
  338. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Map">Map()</a></div>
  339. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___">From(IEnumerable&lt;KeyValuePair&lt;String, Value&gt;&gt;)</a></div>
  340. </div>
  341. <span class="small pull-right mobile-hide">
  342. <span class="divider">|</span>
  343. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_From_System_Collections_Generic_IEnumerable_IPA_Config_Data_Value__.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.From(System.Collections.Generic.IEnumerable%7BIPA.Config.Data.Value%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>
  344. </span>
  345. <span class="small pull-right mobile-hide">
  346. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Value.cs/#L110">View Source</a>
  347. </span>
  348. <a id="IPA_Config_Data_Value_From_" data-uid="IPA.Config.Data.Value.From*"></a>
  349. <h4 id="IPA_Config_Data_Value_From_System_Collections_Generic_IEnumerable_IPA_Config_Data_Value__" data-uid="IPA.Config.Data.Value.From(System.Collections.Generic.IEnumerable{IPA.Config.Data.Value})">From(IEnumerable&lt;Value&gt;)</h4>
  350. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="IPA.Config.Data.List.html">List</a> holding the content of an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable&lt;T&gt;</a>
  351. of <a class="xref" href="IPA.Config.Data.Value.html">Value</a>.</p>
  352. </div>
  353. <div class="markdown level1 conceptual"></div>
  354. <h5 class="decalaration">Declaration</h5>
  355. <div class="codewrapper">
  356. <pre><code class="lang-csharp hljs">public static List From(IEnumerable&lt;Value&gt; vals)</code></pre>
  357. </div>
  358. <h5 class="parameters">Parameters</h5>
  359. <table class="table table-bordered table-striped table-condensed">
  360. <thead>
  361. <tr>
  362. <th>Type</th>
  363. <th>Name</th>
  364. <th>Description</th>
  365. </tr>
  366. </thead>
  367. <tbody>
  368. <tr>
  369. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="IPA.Config.Data.Value.html">Value</a>&gt;</td>
  370. <td><span class="parametername">vals</span></td>
  371. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a>s to initialize the <a class="xref" href="IPA.Config.Data.List.html">List</a> with</p>
  372. </td>
  373. </tr>
  374. </tbody>
  375. </table>
  376. <h5 class="returns">Returns</h5>
  377. <table class="table table-bordered table-striped table-condensed">
  378. <thead>
  379. <tr>
  380. <th>Type</th>
  381. <th>Description</th>
  382. </tr>
  383. </thead>
  384. <tbody>
  385. <tr>
  386. <td><a class="xref" href="IPA.Config.Data.List.html">List</a></td>
  387. <td><p>a <a class="xref" href="IPA.Config.Data.List.html">List</a> containing the content of <code data-dev-comment-type="paramref" class="paramref">vals</code></p>
  388. </td>
  389. </tr>
  390. </tbody>
  391. </table>
  392. <h5 id="IPA_Config_Data_Value_From_System_Collections_Generic_IEnumerable_IPA_Config_Data_Value___seealso">See Also</h5>
  393. <div class="seealso">
  394. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_List">List()</a></div>
  395. </div>
  396. <span class="small pull-right mobile-hide">
  397. <span class="divider">|</span>
  398. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_From_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.From(System.Collections.Generic.IEnumerable%7BSystem.Collections.Generic.KeyValuePair%7BSystem.String%2CIPA.Config.Data.Value%7D%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>
  399. </span>
  400. <span class="small pull-right mobile-hide">
  401. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Value.cs/#L137">View Source</a>
  402. </span>
  403. <a id="IPA_Config_Data_Value_From_" data-uid="IPA.Config.Data.Value.From*"></a>
  404. <h4 id="IPA_Config_Data_Value_From_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___" data-uid="IPA.Config.Data.Value.From(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,IPA.Config.Data.Value}})">From(IEnumerable&lt;KeyValuePair&lt;String, Value&gt;&gt;)</h4>
  405. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="IPA.Config.Data.Map.html">Map</a> holding the content of an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable&lt;T&gt;</a>
  406. of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.keyvaluepair-2">KeyValuePair&lt;TKey,TValue&gt;</a> of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a> to <a class="xref" href="IPA.Config.Data.Value.html">Value</a>.</p>
  407. </div>
  408. <div class="markdown level1 conceptual"></div>
  409. <h5 class="decalaration">Declaration</h5>
  410. <div class="codewrapper">
  411. <pre><code class="lang-csharp hljs">public static Map From(IEnumerable&lt;KeyValuePair&lt;string, Value&gt;&gt; vals)</code></pre>
  412. </div>
  413. <h5 class="parameters">Parameters</h5>
  414. <table class="table table-bordered table-striped table-condensed">
  415. <thead>
  416. <tr>
  417. <th>Type</th>
  418. <th>Name</th>
  419. <th>Description</th>
  420. </tr>
  421. </thead>
  422. <tbody>
  423. <tr>
  424. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.keyvaluepair-2">KeyValuePair</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="IPA.Config.Data.Value.html">Value</a>&gt;&gt;</td>
  425. <td><span class="parametername">vals</span></td>
  426. <td><p>the enumerable of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.keyvaluepair-2">KeyValuePair&lt;TKey,TValue&gt;</a> of name to <a class="xref" href="IPA.Config.Data.Value.html">Value</a></p>
  427. </td>
  428. </tr>
  429. </tbody>
  430. </table>
  431. <h5 class="returns">Returns</h5>
  432. <table class="table table-bordered table-striped table-condensed">
  433. <thead>
  434. <tr>
  435. <th>Type</th>
  436. <th>Description</th>
  437. </tr>
  438. </thead>
  439. <tbody>
  440. <tr>
  441. <td><a class="xref" href="IPA.Config.Data.Map.html">Map</a></td>
  442. <td><p>a <a class="xref" href="IPA.Config.Data.Map.html">Map</a> containing the content of <code data-dev-comment-type="paramref" class="paramref">vals</code></p>
  443. </td>
  444. </tr>
  445. </tbody>
  446. </table>
  447. <h5 id="IPA_Config_Data_Value_From_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value____seealso">See Also</h5>
  448. <div class="seealso">
  449. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Map">Map()</a></div>
  450. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Collections_Generic_IDictionary_System_String_IPA_Config_Data_Value__">From(IDictionary&lt;String, Value&gt;)</a></div>
  451. </div>
  452. <span class="small pull-right mobile-hide">
  453. <span class="divider">|</span>
  454. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_From_System_Decimal_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.From(System.Decimal)%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>
  455. </span>
  456. <span class="small pull-right mobile-hide">
  457. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Value.cs/#L79">View Source</a>
  458. </span>
  459. <a id="IPA_Config_Data_Value_From_" data-uid="IPA.Config.Data.Value.From*"></a>
  460. <h4 id="IPA_Config_Data_Value_From_System_Decimal_" data-uid="IPA.Config.Data.Value.From(System.Decimal)">From(Decimal)</h4>
  461. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="IPA.Config.Data.Value.html">Value</a> wrapping a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">Double</a>.</p>
  462. </div>
  463. <div class="markdown level1 conceptual"></div>
  464. <h5 class="decalaration">Declaration</h5>
  465. <div class="codewrapper">
  466. <pre><code class="lang-csharp hljs">public static FloatingPoint From(decimal val)</code></pre>
  467. </div>
  468. <h5 class="parameters">Parameters</h5>
  469. <table class="table table-bordered table-striped table-condensed">
  470. <thead>
  471. <tr>
  472. <th>Type</th>
  473. <th>Name</th>
  474. <th>Description</th>
  475. </tr>
  476. </thead>
  477. <tbody>
  478. <tr>
  479. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">Decimal</a></td>
  480. <td><span class="parametername">val</span></td>
  481. <td><p>the value to wrap</p>
  482. </td>
  483. </tr>
  484. </tbody>
  485. </table>
  486. <h5 class="returns">Returns</h5>
  487. <table class="table table-bordered table-striped table-condensed">
  488. <thead>
  489. <tr>
  490. <th>Type</th>
  491. <th>Description</th>
  492. </tr>
  493. </thead>
  494. <tbody>
  495. <tr>
  496. <td><a class="xref" href="IPA.Config.Data.FloatingPoint.html">FloatingPoint</a></td>
  497. <td><p>a <a class="xref" href="IPA.Config.Data.FloatingPoint.html">FloatingPoint</a> wrapping <code data-dev-comment-type="paramref" class="paramref">val</code></p>
  498. </td>
  499. </tr>
  500. </tbody>
  501. </table>
  502. <h5 id="IPA_Config_Data_Value_From_System_Decimal__seealso">See Also</h5>
  503. <div class="seealso">
  504. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Float_System_Decimal_">Float(Decimal)</a></div>
  505. </div>
  506. <span class="small pull-right mobile-hide">
  507. <span class="divider">|</span>
  508. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_From_System_Int64_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.From(System.Int64)%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>
  509. </span>
  510. <span class="small pull-right mobile-hide">
  511. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Value.cs/#L64">View Source</a>
  512. </span>
  513. <a id="IPA_Config_Data_Value_From_" data-uid="IPA.Config.Data.Value.From*"></a>
  514. <h4 id="IPA_Config_Data_Value_From_System_Int64_" data-uid="IPA.Config.Data.Value.From(System.Int64)">From(Int64)</h4>
  515. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="IPA.Config.Data.Value.html">Value</a> wrapping a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a>.</p>
  516. </div>
  517. <div class="markdown level1 conceptual"></div>
  518. <h5 class="decalaration">Declaration</h5>
  519. <div class="codewrapper">
  520. <pre><code class="lang-csharp hljs">public static Integer From(long val)</code></pre>
  521. </div>
  522. <h5 class="parameters">Parameters</h5>
  523. <table class="table table-bordered table-striped table-condensed">
  524. <thead>
  525. <tr>
  526. <th>Type</th>
  527. <th>Name</th>
  528. <th>Description</th>
  529. </tr>
  530. </thead>
  531. <tbody>
  532. <tr>
  533. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
  534. <td><span class="parametername">val</span></td>
  535. <td><p>the value to wrap</p>
  536. </td>
  537. </tr>
  538. </tbody>
  539. </table>
  540. <h5 class="returns">Returns</h5>
  541. <table class="table table-bordered table-striped table-condensed">
  542. <thead>
  543. <tr>
  544. <th>Type</th>
  545. <th>Description</th>
  546. </tr>
  547. </thead>
  548. <tbody>
  549. <tr>
  550. <td><a class="xref" href="IPA.Config.Data.Integer.html">Integer</a></td>
  551. <td><p>a <a class="xref" href="IPA.Config.Data.Integer.html">Integer</a> wrapping <code data-dev-comment-type="paramref" class="paramref">val</code></p>
  552. </td>
  553. </tr>
  554. </tbody>
  555. </table>
  556. <h5 id="IPA_Config_Data_Value_From_System_Int64__seealso">See Also</h5>
  557. <div class="seealso">
  558. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Integer_System_Int64_">Integer(Int64)</a></div>
  559. </div>
  560. <span class="small pull-right mobile-hide">
  561. <span class="divider">|</span>
  562. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_From_System_String_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.From(System.String)%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>
  563. </span>
  564. <span class="small pull-right mobile-hide">
  565. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Value.cs/#L47">View Source</a>
  566. </span>
  567. <a id="IPA_Config_Data_Value_From_" data-uid="IPA.Config.Data.Value.From*"></a>
  568. <h4 id="IPA_Config_Data_Value_From_System_String_" data-uid="IPA.Config.Data.Value.From(System.String)">From(String)</h4>
  569. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="IPA.Config.Data.Value.html">Value</a> representing a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>.</p>
  570. </div>
  571. <div class="markdown level1 conceptual"></div>
  572. <h5 class="decalaration">Declaration</h5>
  573. <div class="codewrapper">
  574. <pre><code class="lang-csharp hljs">public static Text From(string val)</code></pre>
  575. </div>
  576. <h5 class="parameters">Parameters</h5>
  577. <table class="table table-bordered table-striped table-condensed">
  578. <thead>
  579. <tr>
  580. <th>Type</th>
  581. <th>Name</th>
  582. <th>Description</th>
  583. </tr>
  584. </thead>
  585. <tbody>
  586. <tr>
  587. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  588. <td><span class="parametername">val</span></td>
  589. <td><p>the value to wrap</p>
  590. </td>
  591. </tr>
  592. </tbody>
  593. </table>
  594. <h5 class="returns">Returns</h5>
  595. <table class="table table-bordered table-striped table-condensed">
  596. <thead>
  597. <tr>
  598. <th>Type</th>
  599. <th>Description</th>
  600. </tr>
  601. </thead>
  602. <tbody>
  603. <tr>
  604. <td><a class="xref" href="IPA.Config.Data.Text.html">Text</a></td>
  605. <td><p>a <a class="xref" href="IPA.Config.Data.Text.html">Text</a> wrapping <code data-dev-comment-type="paramref" class="paramref">val</code></p>
  606. </td>
  607. </tr>
  608. </tbody>
  609. </table>
  610. <h5 id="IPA_Config_Data_Value_From_System_String__seealso">See Also</h5>
  611. <div class="seealso">
  612. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Text_System_String_">Text(String)</a></div>
  613. </div>
  614. <span class="small pull-right mobile-hide">
  615. <span class="divider">|</span>
  616. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_Integer_System_Int64_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.Integer(System.Int64)%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>
  617. </span>
  618. <span class="small pull-right mobile-hide">
  619. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Value.cs/#L71">View Source</a>
  620. </span>
  621. <a id="IPA_Config_Data_Value_Integer_" data-uid="IPA.Config.Data.Value.Integer*"></a>
  622. <h4 id="IPA_Config_Data_Value_Integer_System_Int64_" data-uid="IPA.Config.Data.Value.Integer(System.Int64)">Integer(Int64)</h4>
  623. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="IPA.Config.Data.Integer.html">Integer</a> wrapping a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a>.</p>
  624. </div>
  625. <div class="markdown level1 conceptual"></div>
  626. <h5 class="decalaration">Declaration</h5>
  627. <div class="codewrapper">
  628. <pre><code class="lang-csharp hljs">public static Integer Integer(long val)</code></pre>
  629. </div>
  630. <h5 class="parameters">Parameters</h5>
  631. <table class="table table-bordered table-striped table-condensed">
  632. <thead>
  633. <tr>
  634. <th>Type</th>
  635. <th>Name</th>
  636. <th>Description</th>
  637. </tr>
  638. </thead>
  639. <tbody>
  640. <tr>
  641. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
  642. <td><span class="parametername">val</span></td>
  643. <td><p>the value to wrap</p>
  644. </td>
  645. </tr>
  646. </tbody>
  647. </table>
  648. <h5 class="returns">Returns</h5>
  649. <table class="table table-bordered table-striped table-condensed">
  650. <thead>
  651. <tr>
  652. <th>Type</th>
  653. <th>Description</th>
  654. </tr>
  655. </thead>
  656. <tbody>
  657. <tr>
  658. <td><a class="xref" href="IPA.Config.Data.Integer.html">Integer</a></td>
  659. <td><p>a <a class="xref" href="IPA.Config.Data.Integer.html">Integer</a> wrapping <code data-dev-comment-type="paramref" class="paramref">val</code></p>
  660. </td>
  661. </tr>
  662. </tbody>
  663. </table>
  664. <h5 id="IPA_Config_Data_Value_Integer_System_Int64__seealso">See Also</h5>
  665. <div class="seealso">
  666. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Int64_">From(Int64)</a></div>
  667. </div>
  668. <span class="small pull-right mobile-hide">
  669. <span class="divider">|</span>
  670. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_List.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.List%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>
  671. </span>
  672. <span class="small pull-right mobile-hide">
  673. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Value.cs/#L32">View Source</a>
  674. </span>
  675. <a id="IPA_Config_Data_Value_List_" data-uid="IPA.Config.Data.Value.List*"></a>
  676. <h4 id="IPA_Config_Data_Value_List" data-uid="IPA.Config.Data.Value.List">List()</h4>
  677. <div class="markdown level1 summary"><p>Creates an empty <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_List">List()</a>.</p>
  678. </div>
  679. <div class="markdown level1 conceptual"></div>
  680. <h5 class="decalaration">Declaration</h5>
  681. <div class="codewrapper">
  682. <pre><code class="lang-csharp hljs">public static List List()</code></pre>
  683. </div>
  684. <h5 class="returns">Returns</h5>
  685. <table class="table table-bordered table-striped table-condensed">
  686. <thead>
  687. <tr>
  688. <th>Type</th>
  689. <th>Description</th>
  690. </tr>
  691. </thead>
  692. <tbody>
  693. <tr>
  694. <td><a class="xref" href="IPA.Config.Data.List.html">List</a></td>
  695. <td><p>an empty <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_List">List()</a></p>
  696. </td>
  697. </tr>
  698. </tbody>
  699. </table>
  700. <h5 id="IPA_Config_Data_Value_List_seealso">See Also</h5>
  701. <div class="seealso">
  702. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Collections_Generic_IEnumerable_IPA_Config_Data_Value__">From(IEnumerable&lt;Value&gt;)</a></div>
  703. </div>
  704. <span class="small pull-right mobile-hide">
  705. <span class="divider">|</span>
  706. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_Map.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.Map%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>
  707. </span>
  708. <span class="small pull-right mobile-hide">
  709. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Value.cs/#L39">View Source</a>
  710. </span>
  711. <a id="IPA_Config_Data_Value_Map_" data-uid="IPA.Config.Data.Value.Map*"></a>
  712. <h4 id="IPA_Config_Data_Value_Map" data-uid="IPA.Config.Data.Value.Map">Map()</h4>
  713. <div class="markdown level1 summary"><p>Creates an empty <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Map">Map()</a>.</p>
  714. </div>
  715. <div class="markdown level1 conceptual"></div>
  716. <h5 class="decalaration">Declaration</h5>
  717. <div class="codewrapper">
  718. <pre><code class="lang-csharp hljs">public static Map Map()</code></pre>
  719. </div>
  720. <h5 class="returns">Returns</h5>
  721. <table class="table table-bordered table-striped table-condensed">
  722. <thead>
  723. <tr>
  724. <th>Type</th>
  725. <th>Description</th>
  726. </tr>
  727. </thead>
  728. <tbody>
  729. <tr>
  730. <td><a class="xref" href="IPA.Config.Data.Map.html">Map</a></td>
  731. <td><p>an empty <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Map">Map()</a></p>
  732. </td>
  733. </tr>
  734. </tbody>
  735. </table>
  736. <h5 id="IPA_Config_Data_Value_Map_seealso">See Also</h5>
  737. <div class="seealso">
  738. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Collections_Generic_IDictionary_System_String_IPA_Config_Data_Value__">From(IDictionary&lt;String, Value&gt;)</a></div>
  739. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___">From(IEnumerable&lt;KeyValuePair&lt;String, Value&gt;&gt;)</a></div>
  740. </div>
  741. <span class="small pull-right mobile-hide">
  742. <span class="divider">|</span>
  743. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_Null.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.Null%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>
  744. </span>
  745. <span class="small pull-right mobile-hide">
  746. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Value.cs/#L25">View Source</a>
  747. </span>
  748. <a id="IPA_Config_Data_Value_Null_" data-uid="IPA.Config.Data.Value.Null*"></a>
  749. <h4 id="IPA_Config_Data_Value_Null" data-uid="IPA.Config.Data.Value.Null">Null()</h4>
  750. <div class="markdown level1 summary"><p>Creates a Null <a class="xref" href="IPA.Config.Data.Value.html">Value</a>.</p>
  751. </div>
  752. <div class="markdown level1 conceptual"></div>
  753. <h5 class="decalaration">Declaration</h5>
  754. <div class="codewrapper">
  755. <pre><code class="lang-csharp hljs">public static Value Null()</code></pre>
  756. </div>
  757. <h5 class="returns">Returns</h5>
  758. <table class="table table-bordered table-striped table-condensed">
  759. <thead>
  760. <tr>
  761. <th>Type</th>
  762. <th>Description</th>
  763. </tr>
  764. </thead>
  765. <tbody>
  766. <tr>
  767. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  768. <td><span class="xref">null</span></td>
  769. </tr>
  770. </tbody>
  771. </table>
  772. <span class="small pull-right mobile-hide">
  773. <span class="divider">|</span>
  774. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_Text_System_String_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.Text(System.String)%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>
  775. </span>
  776. <span class="small pull-right mobile-hide">
  777. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Value.cs/#L55">View Source</a>
  778. </span>
  779. <a id="IPA_Config_Data_Value_Text_" data-uid="IPA.Config.Data.Value.Text*"></a>
  780. <h4 id="IPA_Config_Data_Value_Text_System_String_" data-uid="IPA.Config.Data.Value.Text(System.String)">Text(String)</h4>
  781. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="IPA.Config.Data.Text.html">Text</a> object wrapping a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>.</p>
  782. </div>
  783. <div class="markdown level1 conceptual"></div>
  784. <h5 class="decalaration">Declaration</h5>
  785. <div class="codewrapper">
  786. <pre><code class="lang-csharp hljs">public static Text Text(string val)</code></pre>
  787. </div>
  788. <h5 class="parameters">Parameters</h5>
  789. <table class="table table-bordered table-striped table-condensed">
  790. <thead>
  791. <tr>
  792. <th>Type</th>
  793. <th>Name</th>
  794. <th>Description</th>
  795. </tr>
  796. </thead>
  797. <tbody>
  798. <tr>
  799. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  800. <td><span class="parametername">val</span></td>
  801. <td><p>the value to wrap</p>
  802. </td>
  803. </tr>
  804. </tbody>
  805. </table>
  806. <h5 class="returns">Returns</h5>
  807. <table class="table table-bordered table-striped table-condensed">
  808. <thead>
  809. <tr>
  810. <th>Type</th>
  811. <th>Description</th>
  812. </tr>
  813. </thead>
  814. <tbody>
  815. <tr>
  816. <td><a class="xref" href="IPA.Config.Data.Text.html">Text</a></td>
  817. <td><p>a <a class="xref" href="IPA.Config.Data.Text.html">Text</a> wrapping <code data-dev-comment-type="paramref" class="paramref">val</code></p>
  818. </td>
  819. </tr>
  820. </tbody>
  821. </table>
  822. <h5 id="IPA_Config_Data_Value_Text_System_String__seealso">See Also</h5>
  823. <div class="seealso">
  824. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_String_">From(String)</a></div>
  825. </div>
  826. <span class="small pull-right mobile-hide">
  827. <span class="divider">|</span>
  828. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_ToString.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.ToString%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>
  829. </span>
  830. <span class="small pull-right mobile-hide">
  831. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Value.cs/#L19">View Source</a>
  832. </span>
  833. <a id="IPA_Config_Data_Value_ToString_" data-uid="IPA.Config.Data.Value.ToString*"></a>
  834. <h4 id="IPA_Config_Data_Value_ToString" data-uid="IPA.Config.Data.Value.ToString">ToString()</h4>
  835. <div class="markdown level1 summary"><p>Converts this <a class="xref" href="IPA.Config.Data.Value.html">Value</a> into a human-readable format.</p>
  836. </div>
  837. <div class="markdown level1 conceptual"></div>
  838. <h5 class="decalaration">Declaration</h5>
  839. <div class="codewrapper">
  840. <pre><code class="lang-csharp hljs">public abstract override string ToString()</code></pre>
  841. </div>
  842. <h5 class="returns">Returns</h5>
  843. <table class="table table-bordered table-striped table-condensed">
  844. <thead>
  845. <tr>
  846. <th>Type</th>
  847. <th>Description</th>
  848. </tr>
  849. </thead>
  850. <tbody>
  851. <tr>
  852. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  853. <td><p>a human-readable string containing the value provided</p>
  854. </td>
  855. </tr>
  856. </tbody>
  857. </table>
  858. <h5 class="overrides">Overrides</h5>
  859. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring">Object.ToString()</a></div>
  860. <h3 id="extensionmethods">Extension Methods</h3>
  861. <div>
  862. <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>
  863. </div>
  864. <div>
  865. <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>
  866. </div>
  867. <div>
  868. <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>
  869. </div>
  870. <div>
  871. <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>
  872. </div>
  873. <div>
  874. <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>
  875. </div>
  876. </article>
  877. </div>
  878. <div class="hidden-sm col-md-2" role="complementary">
  879. <div class="sideaffix">
  880. <div class="contribution">
  881. <ul class="nav">
  882. <li>
  883. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value%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>
  884. </li>
  885. <li>
  886. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Value.cs/#L13" class="contribution-link">View Source</a>
  887. </li>
  888. </ul>
  889. </div>
  890. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  891. <h5>In This Article</h5>
  892. <div></div>
  893. </nav>
  894. </div>
  895. </div>
  896. </div>
  897. </div>
  898. <footer>
  899. <div class="grad-bottom"></div>
  900. <div class="footer">
  901. <div class="container">
  902. <span class="pull-right">
  903. <a href="#top">Back to top</a>
  904. </span>
  905. <span>Generated by <strong>DocFX</strong></span>
  906. </div>
  907. </div>
  908. </footer>
  909. </div>
  910. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  911. <script type="text/javascript" src="../styles/docfx.js"></script>
  912. <script type="text/javascript" src="../styles/main.js"></script>
  913. </body>
  914. </html>