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.

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