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.

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