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.

943 lines
56 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
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 Map
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class Map
  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.Map">
  75. <h1 id="IPA_Config_Data_Map" data-uid="IPA.Config.Data.Map" class="text-break">Class Map
  76. </h1>
  77. <div class="markdown level0 summary"><p>A ordered map 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> for serialization by an <a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a>.
  78. Use <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Map">Map()</a> or <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> to create.</p>
  79. </div>
  80. <div class="markdown level0 conceptual"></div>
  81. <div class="inheritance">
  82. <h5>Inheritance</h5>
  83. <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Object</a></div>
  84. <div class="level1"><a class="xref" href="IPA.Config.Data.Value.html">Value</a></div>
  85. <div class="level2"><span class="xref">Map</span></div>
  86. </div>
  87. <div class="implements">
  88. <h5>Implements</h5>
  89. <div><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;</div>
  90. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</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;</div>
  91. <div><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;</div>
  92. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  93. </div>
  94. <div class="inheritedMembers">
  95. <h5>Inherited Members</h5>
  96. <div>
  97. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Null">Value.Null()</a>
  98. </div>
  99. <div>
  100. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_List">Value.List()</a>
  101. </div>
  102. <div>
  103. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Map">Value.Map()</a>
  104. </div>
  105. <div>
  106. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_String_">Value.From(String)</a>
  107. </div>
  108. <div>
  109. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Text_System_String_">Value.Text(String)</a>
  110. </div>
  111. <div>
  112. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Int64_">Value.From(Int64)</a>
  113. </div>
  114. <div>
  115. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Integer_System_Int64_">Value.Integer(Int64)</a>
  116. </div>
  117. <div>
  118. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Decimal_">Value.From(Decimal)</a>
  119. </div>
  120. <div>
  121. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Float_System_Decimal_">Value.Float(Decimal)</a>
  122. </div>
  123. <div>
  124. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Boolean_">Value.From(Boolean)</a>
  125. </div>
  126. <div>
  127. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Bool_System_Boolean_">Value.Bool(Boolean)</a>
  128. </div>
  129. <div>
  130. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Collections_Generic_IEnumerable_IPA_Config_Data_Value__">Value.From(IEnumerable&lt;Value&gt;)</a>
  131. </div>
  132. <div>
  133. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Collections_Generic_IDictionary_System_String_IPA_Config_Data_Value__">Value.From(IDictionary&lt;String, Value&gt;)</a>
  134. </div>
  135. <div>
  136. <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___">Value.From(IEnumerable&lt;KeyValuePair&lt;String, Value&gt;&gt;)</a>
  137. </div>
  138. <div>
  139. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
  140. </div>
  141. <div>
  142. <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>
  143. </div>
  144. <div>
  145. <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>
  146. </div>
  147. <div>
  148. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>
  149. </div>
  150. <div>
  151. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
  152. </div>
  153. <div>
  154. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
  155. </div>
  156. </div>
  157. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Config.Data.html">IPA.Config.Data</a></h6>
  158. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  159. <h5 id="IPA_Config_Data_Map_syntax">Syntax</h5>
  160. <div class="codewrapper">
  161. <pre><code class="lang-csharp hljs">public sealed class Map : Value, IDictionary&lt;string, Value&gt;, ICollection&lt;KeyValuePair&lt;string, Value&gt;&gt;, IEnumerable&lt;KeyValuePair&lt;string, Value&gt;&gt;, IEnumerable</code></pre>
  162. </div>
  163. <h3 id="properties">Properties
  164. </h3>
  165. <span class="small pull-right mobile-hide">
  166. <span class="divider">|</span>
  167. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_Count.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Map.Count%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>
  168. </span>
  169. <span class="small pull-right mobile-hide">
  170. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Map.cs/#L49">View Source</a>
  171. </span>
  172. <a id="IPA_Config_Data_Map_Count_" data-uid="IPA.Config.Data.Map.Count*"></a>
  173. <h4 id="IPA_Config_Data_Map_Count" data-uid="IPA.Config.Data.Map.Count">Count</h4>
  174. <div class="markdown level1 summary"><p>Gets the number of key-value pairs in this <a class="xref" href="IPA.Config.Data.Map.html">Map</a>.</p>
  175. </div>
  176. <div class="markdown level1 conceptual"></div>
  177. <h5 class="decalaration">Declaration</h5>
  178. <div class="codewrapper">
  179. <pre><code class="lang-csharp hljs">public int Count { get; }</code></pre>
  180. </div>
  181. <h5 class="propertyValue">Property Value</h5>
  182. <table class="table table-bordered table-striped table-condensed">
  183. <thead>
  184. <tr>
  185. <th>Type</th>
  186. <th>Description</th>
  187. </tr>
  188. </thead>
  189. <tbody>
  190. <tr>
  191. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  192. <td></td>
  193. </tr>
  194. </tbody>
  195. </table>
  196. <h5 id="IPA_Config_Data_Map_Count_seealso">See Also</h5>
  197. <div class="seealso">
  198. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.count#system-collections-generic-icollection-1-count">Count</a></div>
  199. </div>
  200. <span class="small pull-right mobile-hide">
  201. <span class="divider">|</span>
  202. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_Item_System_String_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Map.Item(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>
  203. </span>
  204. <span class="small pull-right mobile-hide">
  205. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Map.cs/#L27">View Source</a>
  206. </span>
  207. <a id="IPA_Config_Data_Map_Item_" data-uid="IPA.Config.Data.Map.Item*"></a>
  208. <h4 id="IPA_Config_Data_Map_Item_System_String_" data-uid="IPA.Config.Data.Map.Item(System.String)">Item[String]</h4>
  209. <div class="markdown level1 summary"><p>Accesses the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> at <code data-dev-comment-type="paramref" class="paramref">key</code> in the map.</p>
  210. </div>
  211. <div class="markdown level1 conceptual"></div>
  212. <h5 class="decalaration">Declaration</h5>
  213. <div class="codewrapper">
  214. <pre><code class="lang-csharp hljs">public Value this[string key] { get; set; }</code></pre>
  215. </div>
  216. <h5 class="parameters">Parameters</h5>
  217. <table class="table table-bordered table-striped table-condensed">
  218. <thead>
  219. <tr>
  220. <th>Type</th>
  221. <th>Name</th>
  222. <th>Description</th>
  223. </tr>
  224. </thead>
  225. <tbody>
  226. <tr>
  227. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  228. <td><span class="parametername">key</span></td>
  229. <td><p>the key to get the value associated with</p>
  230. </td>
  231. </tr>
  232. </tbody>
  233. </table>
  234. <h5 class="propertyValue">Property Value</h5>
  235. <table class="table table-bordered table-striped table-condensed">
  236. <thead>
  237. <tr>
  238. <th>Type</th>
  239. <th>Description</th>
  240. </tr>
  241. </thead>
  242. <tbody>
  243. <tr>
  244. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  245. <td><p>the value associated with the <code data-dev-comment-type="paramref" class="paramref">key</code></p>
  246. </td>
  247. </tr>
  248. </tbody>
  249. </table>
  250. <h5 id="IPA_Config_Data_Map_Item_System_String__seealso">See Also</h5>
  251. <div class="seealso">
  252. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2.item#system-collections-generic-idictionary-2-item(-0)">Item</a>[TKey]</div>
  253. </div>
  254. <span class="small pull-right mobile-hide">
  255. <span class="divider">|</span>
  256. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_Keys.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Map.Keys%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>
  257. </span>
  258. <span class="small pull-right mobile-hide">
  259. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Map.cs/#L33">View Source</a>
  260. </span>
  261. <a id="IPA_Config_Data_Map_Keys_" data-uid="IPA.Config.Data.Map.Keys*"></a>
  262. <h4 id="IPA_Config_Data_Map_Keys" data-uid="IPA.Config.Data.Map.Keys">Keys</h4>
  263. <div class="markdown level1 summary"><p>Gets a collection of the keys for the <a class="xref" href="IPA.Config.Data.Map.html">Map</a>.</p>
  264. </div>
  265. <div class="markdown level1 conceptual"></div>
  266. <h5 class="decalaration">Declaration</h5>
  267. <div class="codewrapper">
  268. <pre><code class="lang-csharp hljs">public ICollection&lt;string&gt; Keys { get; }</code></pre>
  269. </div>
  270. <h5 class="propertyValue">Property Value</h5>
  271. <table class="table table-bordered table-striped table-condensed">
  272. <thead>
  273. <tr>
  274. <th>Type</th>
  275. <th>Description</th>
  276. </tr>
  277. </thead>
  278. <tbody>
  279. <tr>
  280. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>&gt;</td>
  281. <td></td>
  282. </tr>
  283. </tbody>
  284. </table>
  285. <h5 id="IPA_Config_Data_Map_Keys_seealso">See Also</h5>
  286. <div class="seealso">
  287. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2.keys#system-collections-generic-idictionary-2-keys">Keys</a></div>
  288. </div>
  289. <span class="small pull-right mobile-hide">
  290. <span class="divider">|</span>
  291. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_Values.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Map.Values%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>
  292. </span>
  293. <span class="small pull-right mobile-hide">
  294. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Map.cs/#L43">View Source</a>
  295. </span>
  296. <a id="IPA_Config_Data_Map_Values_" data-uid="IPA.Config.Data.Map.Values*"></a>
  297. <h4 id="IPA_Config_Data_Map_Values" data-uid="IPA.Config.Data.Map.Values">Values</h4>
  298. <div class="markdown level1 summary"><p>Gets a collection of the values in the <a class="xref" href="IPA.Config.Data.Map.html">Map</a>.</p>
  299. </div>
  300. <div class="markdown level1 conceptual"></div>
  301. <h5 class="decalaration">Declaration</h5>
  302. <div class="codewrapper">
  303. <pre><code class="lang-csharp hljs">public ICollection&lt;Value&gt; Values { get; }</code></pre>
  304. </div>
  305. <h5 class="propertyValue">Property Value</h5>
  306. <table class="table table-bordered table-striped table-condensed">
  307. <thead>
  308. <tr>
  309. <th>Type</th>
  310. <th>Description</th>
  311. </tr>
  312. </thead>
  313. <tbody>
  314. <tr>
  315. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="IPA.Config.Data.Value.html">Value</a>&gt;</td>
  316. <td></td>
  317. </tr>
  318. </tbody>
  319. </table>
  320. <h5 id="IPA_Config_Data_Map_Values_remarks">Remarks</h5>
  321. <div class="markdown level1 remarks"><p>Unlike all other iterables given by <a class="xref" href="IPA.Config.Data.Map.html">Map</a>, this does <em>not</em>
  322. guarantee that order is maintained.</p>
  323. </div>
  324. <h5 id="IPA_Config_Data_Map_Values_seealso">See Also</h5>
  325. <div class="seealso">
  326. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2.values#system-collections-generic-idictionary-2-values">Values</a></div>
  327. </div>
  328. <h3 id="methods">Methods
  329. </h3>
  330. <span class="small pull-right mobile-hide">
  331. <span class="divider">|</span>
  332. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_Add_System_String_IPA_Config_Data_Value_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Map.Add(System.String%2CIPA.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">Improve this Doc</a>
  333. </span>
  334. <span class="small pull-right mobile-hide">
  335. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Map.cs/#L59">View Source</a>
  336. </span>
  337. <a id="IPA_Config_Data_Map_Add_" data-uid="IPA.Config.Data.Map.Add*"></a>
  338. <h4 id="IPA_Config_Data_Map_Add_System_String_IPA_Config_Data_Value_" data-uid="IPA.Config.Data.Map.Add(System.String,IPA.Config.Data.Value)">Add(String, Value)</h4>
  339. <div class="markdown level1 summary"><p>Adds a new <a class="xref" href="IPA.Config.Data.Value.html">Value</a> with a given key.</p>
  340. </div>
  341. <div class="markdown level1 conceptual"></div>
  342. <h5 class="decalaration">Declaration</h5>
  343. <div class="codewrapper">
  344. <pre><code class="lang-csharp hljs">public void Add(string key, Value value)</code></pre>
  345. </div>
  346. <h5 class="parameters">Parameters</h5>
  347. <table class="table table-bordered table-striped table-condensed">
  348. <thead>
  349. <tr>
  350. <th>Type</th>
  351. <th>Name</th>
  352. <th>Description</th>
  353. </tr>
  354. </thead>
  355. <tbody>
  356. <tr>
  357. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  358. <td><span class="parametername">key</span></td>
  359. <td><p>the key to put the value at</p>
  360. </td>
  361. </tr>
  362. <tr>
  363. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  364. <td><span class="parametername">value</span></td>
  365. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to add</p>
  366. </td>
  367. </tr>
  368. </tbody>
  369. </table>
  370. <h5 id="IPA_Config_Data_Map_Add_System_String_IPA_Config_Data_Value__seealso">See Also</h5>
  371. <div class="seealso">
  372. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2.add#system-collections-generic-idictionary-2-add(-0-1)">Add</a>(TKey, TValue)</div>
  373. </div>
  374. <span class="small pull-right mobile-hide">
  375. <span class="divider">|</span>
  376. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_Clear.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Map.Clear%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>
  377. </span>
  378. <span class="small pull-right mobile-hide">
  379. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Map.cs/#L72">View Source</a>
  380. </span>
  381. <a id="IPA_Config_Data_Map_Clear_" data-uid="IPA.Config.Data.Map.Clear*"></a>
  382. <h4 id="IPA_Config_Data_Map_Clear" data-uid="IPA.Config.Data.Map.Clear">Clear()</h4>
  383. <div class="markdown level1 summary"><p>Clears the <a class="xref" href="IPA.Config.Data.Map.html">Map</a> of its key-value pairs.</p>
  384. </div>
  385. <div class="markdown level1 conceptual"></div>
  386. <h5 class="decalaration">Declaration</h5>
  387. <div class="codewrapper">
  388. <pre><code class="lang-csharp hljs">public void Clear()</code></pre>
  389. </div>
  390. <h5 id="IPA_Config_Data_Map_Clear_seealso">See Also</h5>
  391. <div class="seealso">
  392. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.clear#system-collections-generic-icollection-1-clear">Clear</a>()</div>
  393. </div>
  394. <span class="small pull-right mobile-hide">
  395. <span class="divider">|</span>
  396. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_ContainsKey_System_String_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Map.ContainsKey(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>
  397. </span>
  398. <span class="small pull-right mobile-hide">
  399. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Map.cs/#L87">View Source</a>
  400. </span>
  401. <a id="IPA_Config_Data_Map_ContainsKey_" data-uid="IPA.Config.Data.Map.ContainsKey*"></a>
  402. <h4 id="IPA_Config_Data_Map_ContainsKey_System_String_" data-uid="IPA.Config.Data.Map.ContainsKey(System.String)">ContainsKey(String)</h4>
  403. <div class="markdown level1 summary"><p>Checks if the <a class="xref" href="IPA.Config.Data.Map.html">Map</a> contains a given <code data-dev-comment-type="paramref" class="paramref">key</code>.</p>
  404. </div>
  405. <div class="markdown level1 conceptual"></div>
  406. <h5 class="decalaration">Declaration</h5>
  407. <div class="codewrapper">
  408. <pre><code class="lang-csharp hljs">public bool ContainsKey(string key)</code></pre>
  409. </div>
  410. <h5 class="parameters">Parameters</h5>
  411. <table class="table table-bordered table-striped table-condensed">
  412. <thead>
  413. <tr>
  414. <th>Type</th>
  415. <th>Name</th>
  416. <th>Description</th>
  417. </tr>
  418. </thead>
  419. <tbody>
  420. <tr>
  421. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  422. <td><span class="parametername">key</span></td>
  423. <td><p>the key to check for</p>
  424. </td>
  425. </tr>
  426. </tbody>
  427. </table>
  428. <h5 class="returns">Returns</h5>
  429. <table class="table table-bordered table-striped table-condensed">
  430. <thead>
  431. <tr>
  432. <th>Type</th>
  433. <th>Description</th>
  434. </tr>
  435. </thead>
  436. <tbody>
  437. <tr>
  438. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  439. <td><span class="xref">true</span> if the key exists, otherwise <span class="xref">false</span></td>
  440. </tr>
  441. </tbody>
  442. </table>
  443. <h5 id="IPA_Config_Data_Map_ContainsKey_System_String__seealso">See Also</h5>
  444. <div class="seealso">
  445. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2.containskey#system-collections-generic-idictionary-2-containskey(-0)">ContainsKey</a>(TKey)</div>
  446. </div>
  447. <span class="small pull-right mobile-hide">
  448. <span class="divider">|</span>
  449. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_GetEnumerator.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Map.GetEnumerator%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>
  450. </span>
  451. <span class="small pull-right mobile-hide">
  452. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Map.cs/#L97">View Source</a>
  453. </span>
  454. <a id="IPA_Config_Data_Map_GetEnumerator_" data-uid="IPA.Config.Data.Map.GetEnumerator*"></a>
  455. <h4 id="IPA_Config_Data_Map_GetEnumerator" data-uid="IPA.Config.Data.Map.GetEnumerator">GetEnumerator()</h4>
  456. <div class="markdown level1 summary"><p>Enumerates the <a class="xref" href="IPA.Config.Data.Map.html">Map</a>&apos;s key-value pairs.</p>
  457. </div>
  458. <div class="markdown level1 conceptual"></div>
  459. <h5 class="decalaration">Declaration</h5>
  460. <div class="codewrapper">
  461. <pre><code class="lang-csharp hljs">public IEnumerator&lt;KeyValuePair&lt;string, Value&gt;&gt; GetEnumerator()</code></pre>
  462. </div>
  463. <h5 class="returns">Returns</h5>
  464. <table class="table table-bordered table-striped table-condensed">
  465. <thead>
  466. <tr>
  467. <th>Type</th>
  468. <th>Description</th>
  469. </tr>
  470. </thead>
  471. <tbody>
  472. <tr>
  473. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1">IEnumerator</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>
  474. <td><p>an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1">IEnumerator&lt;T&gt;</a> of key-value pairs in this <a class="xref" href="IPA.Config.Data.Map.html">Map</a></p>
  475. </td>
  476. </tr>
  477. </tbody>
  478. </table>
  479. <h5 id="IPA_Config_Data_Map_GetEnumerator_seealso">See Also</h5>
  480. <div class="seealso">
  481. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator#system-collections-generic-ienumerable-1-getenumerator">GetEnumerator</a>()</div>
  482. </div>
  483. <span class="small pull-right mobile-hide">
  484. <span class="divider">|</span>
  485. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_Remove_System_String_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Map.Remove(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>
  486. </span>
  487. <span class="small pull-right mobile-hide">
  488. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Map.cs/#L109">View Source</a>
  489. </span>
  490. <a id="IPA_Config_Data_Map_Remove_" data-uid="IPA.Config.Data.Map.Remove*"></a>
  491. <h4 id="IPA_Config_Data_Map_Remove_System_String_" data-uid="IPA.Config.Data.Map.Remove(System.String)">Remove(String)</h4>
  492. <div class="markdown level1 summary"><p>Removes the object associated with a key in this <a class="xref" href="IPA.Config.Data.Map.html">Map</a>.</p>
  493. </div>
  494. <div class="markdown level1 conceptual"></div>
  495. <h5 class="decalaration">Declaration</h5>
  496. <div class="codewrapper">
  497. <pre><code class="lang-csharp hljs">public bool Remove(string key)</code></pre>
  498. </div>
  499. <h5 class="parameters">Parameters</h5>
  500. <table class="table table-bordered table-striped table-condensed">
  501. <thead>
  502. <tr>
  503. <th>Type</th>
  504. <th>Name</th>
  505. <th>Description</th>
  506. </tr>
  507. </thead>
  508. <tbody>
  509. <tr>
  510. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  511. <td><span class="parametername">key</span></td>
  512. <td><p>the key to remove</p>
  513. </td>
  514. </tr>
  515. </tbody>
  516. </table>
  517. <h5 class="returns">Returns</h5>
  518. <table class="table table-bordered table-striped table-condensed">
  519. <thead>
  520. <tr>
  521. <th>Type</th>
  522. <th>Description</th>
  523. </tr>
  524. </thead>
  525. <tbody>
  526. <tr>
  527. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  528. <td><p><span class="xref">true</span> if the key existed, <span class="xref">false</span> otherwise</p>
  529. </td>
  530. </tr>
  531. </tbody>
  532. </table>
  533. <h5 id="IPA_Config_Data_Map_Remove_System_String__seealso">See Also</h5>
  534. <div class="seealso">
  535. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2.remove#system-collections-generic-idictionary-2-remove(-0)">Remove</a>(TKey)</div>
  536. </div>
  537. <span class="small pull-right mobile-hide">
  538. <span class="divider">|</span>
  539. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_ToString.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Map.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>
  540. </span>
  541. <span class="small pull-right mobile-hide">
  542. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Map.cs/#L129">View Source</a>
  543. </span>
  544. <a id="IPA_Config_Data_Map_ToString_" data-uid="IPA.Config.Data.Map.ToString*"></a>
  545. <h4 id="IPA_Config_Data_Map_ToString" data-uid="IPA.Config.Data.Map.ToString">ToString()</h4>
  546. <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>
  547. </div>
  548. <div class="markdown level1 conceptual"></div>
  549. <h5 class="decalaration">Declaration</h5>
  550. <div class="codewrapper">
  551. <pre><code class="lang-csharp hljs">public override string ToString()</code></pre>
  552. </div>
  553. <h5 class="returns">Returns</h5>
  554. <table class="table table-bordered table-striped table-condensed">
  555. <thead>
  556. <tr>
  557. <th>Type</th>
  558. <th>Description</th>
  559. </tr>
  560. </thead>
  561. <tbody>
  562. <tr>
  563. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  564. <td><p>a JSON-like set of key-value pairs</p>
  565. </td>
  566. </tr>
  567. </tbody>
  568. </table>
  569. <h5 class="overrides">Overrides</h5>
  570. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_ToString">Value.ToString()</a></div>
  571. <span class="small pull-right mobile-hide">
  572. <span class="divider">|</span>
  573. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_TryGetValue_System_String_IPA_Config_Data_Value__.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Map.TryGetValue(System.String%2CIPA.Config.Data.Value%40)%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>
  574. </span>
  575. <span class="small pull-right mobile-hide">
  576. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Map.cs/#L121">View Source</a>
  577. </span>
  578. <a id="IPA_Config_Data_Map_TryGetValue_" data-uid="IPA.Config.Data.Map.TryGetValue*"></a>
  579. <h4 id="IPA_Config_Data_Map_TryGetValue_System_String_IPA_Config_Data_Value__" data-uid="IPA.Config.Data.Map.TryGetValue(System.String,IPA.Config.Data.Value@)">TryGetValue(String, out Value)</h4>
  580. <div class="markdown level1 summary"><p>Gets the value associated with the specified key.</p>
  581. </div>
  582. <div class="markdown level1 conceptual"></div>
  583. <h5 class="decalaration">Declaration</h5>
  584. <div class="codewrapper">
  585. <pre><code class="lang-csharp hljs">public bool TryGetValue(string key, out Value value)</code></pre>
  586. </div>
  587. <h5 class="parameters">Parameters</h5>
  588. <table class="table table-bordered table-striped table-condensed">
  589. <thead>
  590. <tr>
  591. <th>Type</th>
  592. <th>Name</th>
  593. <th>Description</th>
  594. </tr>
  595. </thead>
  596. <tbody>
  597. <tr>
  598. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  599. <td><span class="parametername">key</span></td>
  600. <td><p>the key of the value to get</p>
  601. </td>
  602. </tr>
  603. <tr>
  604. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  605. <td><span class="parametername">value</span></td>
  606. <td><p>the target location of the retrieved object</p>
  607. </td>
  608. </tr>
  609. </tbody>
  610. </table>
  611. <h5 class="returns">Returns</h5>
  612. <table class="table table-bordered table-striped table-condensed">
  613. <thead>
  614. <tr>
  615. <th>Type</th>
  616. <th>Description</th>
  617. </tr>
  618. </thead>
  619. <tbody>
  620. <tr>
  621. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  622. <td><p><span class="xref">true</span> if the key was found and <code data-dev-comment-type="paramref" class="paramref">value</code> set, <span class="xref">false</span> otherwise</p>
  623. </td>
  624. </tr>
  625. </tbody>
  626. </table>
  627. <h5 id="IPA_Config_Data_Map_TryGetValue_System_String_IPA_Config_Data_Value___seealso">See Also</h5>
  628. <div class="seealso">
  629. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2.trygetvalue#system-collections-generic-idictionary-2-trygetvalue(-0-1@)">TryGetValue</a>(TKey, TValue)</div>
  630. </div>
  631. <h3 id="eii">Explicit Interface Implementations
  632. </h3>
  633. <span class="small pull-right mobile-hide">
  634. <span class="divider">|</span>
  635. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___Add_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value__.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Map.System%23Collections%23Generic%23ICollection%7BSystem%23Collections%23Generic%23KeyValuePair%7BSystem%23String%2CIPA%23Config%23Data%23Value%7D%7D%23Add(System.Collections.Generic.KeyValuePair%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>
  636. </span>
  637. <span class="small pull-right mobile-hide">
  638. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Map.cs/#L65">View Source</a>
  639. </span>
  640. <a id="IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___Add_" data-uid="IPA.Config.Data.Map.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,IPA#Config#Data#Value}}#Add*"></a>
  641. <h4 id="IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___Add_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value__" data-uid="IPA.Config.Data.Map.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,IPA#Config#Data#Value}}#Add(System.Collections.Generic.KeyValuePair{System.String,IPA.Config.Data.Value})">ICollection&lt;KeyValuePair&lt;String, Value&gt;&gt;.Add(KeyValuePair&lt;String, Value&gt;)</h4>
  642. <div class="markdown level1 summary"></div>
  643. <div class="markdown level1 conceptual"></div>
  644. <h5 class="decalaration">Declaration</h5>
  645. <div class="codewrapper">
  646. <pre><code class="lang-csharp hljs">void ICollection&lt;KeyValuePair&lt;string, Value&gt;&gt;.Add(KeyValuePair&lt;string, Value&gt; item)</code></pre>
  647. </div>
  648. <h5 class="parameters">Parameters</h5>
  649. <table class="table table-bordered table-striped table-condensed">
  650. <thead>
  651. <tr>
  652. <th>Type</th>
  653. <th>Name</th>
  654. <th>Description</th>
  655. </tr>
  656. </thead>
  657. <tbody>
  658. <tr>
  659. <td><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;</td>
  660. <td><span class="parametername">item</span></td>
  661. <td></td>
  662. </tr>
  663. </tbody>
  664. </table>
  665. <span class="small pull-right mobile-hide">
  666. <span class="divider">|</span>
  667. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___Contains_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value__.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Map.System%23Collections%23Generic%23ICollection%7BSystem%23Collections%23Generic%23KeyValuePair%7BSystem%23String%2CIPA%23Config%23Data%23Value%7D%7D%23Contains(System.Collections.Generic.KeyValuePair%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>
  668. </span>
  669. <span class="small pull-right mobile-hide">
  670. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Map.cs/#L78">View Source</a>
  671. </span>
  672. <a id="IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___Contains_" data-uid="IPA.Config.Data.Map.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,IPA#Config#Data#Value}}#Contains*"></a>
  673. <h4 id="IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___Contains_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value__" data-uid="IPA.Config.Data.Map.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,IPA#Config#Data#Value}}#Contains(System.Collections.Generic.KeyValuePair{System.String,IPA.Config.Data.Value})">ICollection&lt;KeyValuePair&lt;String, Value&gt;&gt;.Contains(KeyValuePair&lt;String, Value&gt;)</h4>
  674. <div class="markdown level1 summary"></div>
  675. <div class="markdown level1 conceptual"></div>
  676. <h5 class="decalaration">Declaration</h5>
  677. <div class="codewrapper">
  678. <pre><code class="lang-csharp hljs">bool ICollection&lt;KeyValuePair&lt;string, Value&gt;&gt;.Contains(KeyValuePair&lt;string, Value&gt; item)</code></pre>
  679. </div>
  680. <h5 class="parameters">Parameters</h5>
  681. <table class="table table-bordered table-striped table-condensed">
  682. <thead>
  683. <tr>
  684. <th>Type</th>
  685. <th>Name</th>
  686. <th>Description</th>
  687. </tr>
  688. </thead>
  689. <tbody>
  690. <tr>
  691. <td><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;</td>
  692. <td><span class="parametername">item</span></td>
  693. <td></td>
  694. </tr>
  695. </tbody>
  696. </table>
  697. <h5 class="returns">Returns</h5>
  698. <table class="table table-bordered table-striped table-condensed">
  699. <thead>
  700. <tr>
  701. <th>Type</th>
  702. <th>Description</th>
  703. </tr>
  704. </thead>
  705. <tbody>
  706. <tr>
  707. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  708. <td></td>
  709. </tr>
  710. </tbody>
  711. </table>
  712. <span class="small pull-right mobile-hide">
  713. <span class="divider">|</span>
  714. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___CopyTo_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value____System_Int32_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Map.System%23Collections%23Generic%23ICollection%7BSystem%23Collections%23Generic%23KeyValuePair%7BSystem%23String%2CIPA%23Config%23Data%23Value%7D%7D%23CopyTo(System.Collections.Generic.KeyValuePair%7BSystem.String%2CIPA.Config.Data.Value%7D%5B%5D%2CSystem.Int32)%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>
  715. </span>
  716. <span class="small pull-right mobile-hide">
  717. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Map.cs/#L89">View Source</a>
  718. </span>
  719. <a id="IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___CopyTo_" data-uid="IPA.Config.Data.Map.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,IPA#Config#Data#Value}}#CopyTo*"></a>
  720. <h4 id="IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___CopyTo_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value____System_Int32_" data-uid="IPA.Config.Data.Map.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,IPA#Config#Data#Value}}#CopyTo(System.Collections.Generic.KeyValuePair{System.String,IPA.Config.Data.Value}[],System.Int32)">ICollection&lt;KeyValuePair&lt;String, Value&gt;&gt;.CopyTo(KeyValuePair&lt;String, Value&gt;[], Int32)</h4>
  721. <div class="markdown level1 summary"></div>
  722. <div class="markdown level1 conceptual"></div>
  723. <h5 class="decalaration">Declaration</h5>
  724. <div class="codewrapper">
  725. <pre><code class="lang-csharp hljs">void ICollection&lt;KeyValuePair&lt;string, Value&gt;&gt;.CopyTo(KeyValuePair&lt;string, Value&gt;[] array, int arrayIndex)</code></pre>
  726. </div>
  727. <h5 class="parameters">Parameters</h5>
  728. <table class="table table-bordered table-striped table-condensed">
  729. <thead>
  730. <tr>
  731. <th>Type</th>
  732. <th>Name</th>
  733. <th>Description</th>
  734. </tr>
  735. </thead>
  736. <tbody>
  737. <tr>
  738. <td><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;[]</td>
  739. <td><span class="parametername">array</span></td>
  740. <td></td>
  741. </tr>
  742. <tr>
  743. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  744. <td><span class="parametername">arrayIndex</span></td>
  745. <td></td>
  746. </tr>
  747. </tbody>
  748. </table>
  749. <span class="small pull-right mobile-hide">
  750. <span class="divider">|</span>
  751. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___IsReadOnly.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Map.System%23Collections%23Generic%23ICollection%7BSystem%23Collections%23Generic%23KeyValuePair%7BSystem%23String%2CIPA%23Config%23Data%23Value%7D%7D%23IsReadOnly%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>
  752. </span>
  753. <span class="small pull-right mobile-hide">
  754. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Map.cs/#L51">View Source</a>
  755. </span>
  756. <a id="IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___IsReadOnly_" data-uid="IPA.Config.Data.Map.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,IPA#Config#Data#Value}}#IsReadOnly*"></a>
  757. <h4 id="IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___IsReadOnly" data-uid="IPA.Config.Data.Map.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,IPA#Config#Data#Value}}#IsReadOnly">ICollection&lt;KeyValuePair&lt;String, Value&gt;&gt;.IsReadOnly</h4>
  758. <div class="markdown level1 summary"></div>
  759. <div class="markdown level1 conceptual"></div>
  760. <h5 class="decalaration">Declaration</h5>
  761. <div class="codewrapper">
  762. <pre><code class="lang-csharp hljs">bool ICollection&lt;KeyValuePair&lt;string, Value&gt;&gt;.IsReadOnly { get; }</code></pre>
  763. </div>
  764. <h5 class="returns">Returns</h5>
  765. <table class="table table-bordered table-striped table-condensed">
  766. <thead>
  767. <tr>
  768. <th>Type</th>
  769. <th>Description</th>
  770. </tr>
  771. </thead>
  772. <tbody>
  773. <tr>
  774. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  775. <td></td>
  776. </tr>
  777. </tbody>
  778. </table>
  779. <span class="small pull-right mobile-hide">
  780. <span class="divider">|</span>
  781. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___Remove_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value__.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Map.System%23Collections%23Generic%23ICollection%7BSystem%23Collections%23Generic%23KeyValuePair%7BSystem%23String%2CIPA%23Config%23Data%23Value%7D%7D%23Remove(System.Collections.Generic.KeyValuePair%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>
  782. </span>
  783. <span class="small pull-right mobile-hide">
  784. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Map.cs/#L111">View Source</a>
  785. </span>
  786. <a id="IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___Remove_" data-uid="IPA.Config.Data.Map.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,IPA#Config#Data#Value}}#Remove*"></a>
  787. <h4 id="IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___Remove_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value__" data-uid="IPA.Config.Data.Map.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,IPA#Config#Data#Value}}#Remove(System.Collections.Generic.KeyValuePair{System.String,IPA.Config.Data.Value})">ICollection&lt;KeyValuePair&lt;String, Value&gt;&gt;.Remove(KeyValuePair&lt;String, Value&gt;)</h4>
  788. <div class="markdown level1 summary"></div>
  789. <div class="markdown level1 conceptual"></div>
  790. <h5 class="decalaration">Declaration</h5>
  791. <div class="codewrapper">
  792. <pre><code class="lang-csharp hljs">bool ICollection&lt;KeyValuePair&lt;string, Value&gt;&gt;.Remove(KeyValuePair&lt;string, Value&gt; item)</code></pre>
  793. </div>
  794. <h5 class="parameters">Parameters</h5>
  795. <table class="table table-bordered table-striped table-condensed">
  796. <thead>
  797. <tr>
  798. <th>Type</th>
  799. <th>Name</th>
  800. <th>Description</th>
  801. </tr>
  802. </thead>
  803. <tbody>
  804. <tr>
  805. <td><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;</td>
  806. <td><span class="parametername">item</span></td>
  807. <td></td>
  808. </tr>
  809. </tbody>
  810. </table>
  811. <h5 class="returns">Returns</h5>
  812. <table class="table table-bordered table-striped table-condensed">
  813. <thead>
  814. <tr>
  815. <th>Type</th>
  816. <th>Description</th>
  817. </tr>
  818. </thead>
  819. <tbody>
  820. <tr>
  821. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  822. <td></td>
  823. </tr>
  824. </tbody>
  825. </table>
  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_Map_System_Collections_IEnumerable_GetEnumerator.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Map.System%23Collections%23IEnumerable%23GetEnumerator%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/Map.cs/#L123">View Source</a>
  832. </span>
  833. <a id="IPA_Config_Data_Map_System_Collections_IEnumerable_GetEnumerator_" data-uid="IPA.Config.Data.Map.System#Collections#IEnumerable#GetEnumerator*"></a>
  834. <h4 id="IPA_Config_Data_Map_System_Collections_IEnumerable_GetEnumerator" data-uid="IPA.Config.Data.Map.System#Collections#IEnumerable#GetEnumerator">IEnumerable.GetEnumerator()</h4>
  835. <div class="markdown level1 summary"></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">IEnumerator IEnumerable.GetEnumerator()</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://learn.microsoft.com/dotnet/api/system.collections.ienumerator">IEnumerator</a></td>
  852. <td></td>
  853. </tr>
  854. </tbody>
  855. </table>
  856. <h3 id="implements">Implements</h3>
  857. <div>
  858. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2">System.Collections.Generic.IDictionary&lt;TKey,TValue&gt;</a>
  859. </div>
  860. <div>
  861. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">System.Collections.Generic.ICollection&lt;T&gt;</a>
  862. </div>
  863. <div>
  864. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">System.Collections.Generic.IEnumerable&lt;T&gt;</a>
  865. </div>
  866. <div>
  867. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">System.Collections.IEnumerable</a>
  868. </div>
  869. <h3 id="extensionmethods">Extension Methods</h3>
  870. <div>
  871. <a class="xref" href="IPA.Utilities.EnumerableExtensions.html#IPA_Utilities_EnumerableExtensions_NonNull__2_System_Collections_Generic_IEnumerable___0__System_Func___0___1__">EnumerableExtensions.NonNull&lt;T, U&gt;(IEnumerable&lt;T&gt;, Func&lt;T, U&gt;)</a>
  872. </div>
  873. <div>
  874. <a class="xref" href="IPA.Utilities.EnumerableExtensions.html#IPA_Utilities_EnumerableExtensions_NonNull__2_System_Collections_Generic_IEnumerable___0__System_Func___0_System_Nullable___1___">EnumerableExtensions.NonNull&lt;T, U&gt;(IEnumerable&lt;T&gt;, Func&lt;T, Nullable&lt;U&gt;&gt;)</a>
  875. </div>
  876. <div>
  877. <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>
  878. </div>
  879. <div>
  880. <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>
  881. </div>
  882. <div>
  883. <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>
  884. </div>
  885. <div>
  886. <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>
  887. </div>
  888. <div>
  889. <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>
  890. </div>
  891. </article>
  892. </div>
  893. <div class="hidden-sm col-md-2" role="complementary">
  894. <div class="sideaffix">
  895. <div class="contribution">
  896. <ul class="nav">
  897. <li>
  898. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map.md&amp;value=---%0Auid%3A%20IPA.Config.Data.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" class="contribution-link">Improve this Doc</a>
  899. </li>
  900. <li>
  901. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Config/Data/Map.cs/#L14" class="contribution-link">View Source</a>
  902. </li>
  903. </ul>
  904. </div>
  905. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  906. <h5>In This Article</h5>
  907. <div></div>
  908. </nav>
  909. </div>
  910. </div>
  911. </div>
  912. </div>
  913. <footer>
  914. <div class="grad-bottom"></div>
  915. <div class="footer">
  916. <div class="container">
  917. <span class="pull-right">
  918. <a href="#top">Back to top</a>
  919. </span>
  920. <span>Generated by <strong>DocFX</strong></span>
  921. </div>
  922. </div>
  923. </footer>
  924. </div>
  925. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  926. <script type="text/javascript" src="../styles/docfx.js"></script>
  927. <script type="text/javascript" src="../styles/main.js"></script>
  928. </body>
  929. </html>