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.

873 lines
49 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 List
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class List
  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.List">
  74. <h1 id="IPA_Config_Data_List" data-uid="IPA.Config.Data.List" class="text-break">Class List
  75. </h1>
  76. <div class="markdown level0 summary"><p>A list of <a class="xref" href="IPA.Config.Data.Value.html">Value</a>s 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_List">List()</a> or <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Collections_Generic_IEnumerable_IPA_Config_Data_Value__">From(IEnumerable&lt;Value&gt;)</a> 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">List</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.ilist-1">IList</a>&lt;<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="IPA.Config.Data.Value.html">Value</a>&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="IPA.Config.Data.Value.html">Value</a>&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_List_syntax">Syntax</h5>
  159. <div class="codewrapper">
  160. <pre><code class="lang-csharp hljs">public sealed class List : Value, IList&lt;Value&gt;, ICollection&lt;Value&gt;, IEnumerable&lt;Value&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_List_Count.md&amp;value=---%0Auid%3A%20IPA.Config.Data.List.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/9705692cbf53e5b1f7667f378696cf6ea482054b/IPA.Loader/Config/Data/List.cs/#L31">View Source</a>
  170. </span>
  171. <a id="IPA_Config_Data_List_Count_" data-uid="IPA.Config.Data.List.Count*"></a>
  172. <h4 id="IPA_Config_Data_List_Count" data-uid="IPA.Config.Data.List.Count">Count</h4>
  173. <div class="markdown level1 summary"><p>Gets the number of elements in the <a class="xref" href="IPA.Config.Data.List.html">List</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_List_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_List_Item_System_Int32_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.List.Item(System.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>
  202. </span>
  203. <span class="small pull-right mobile-hide">
  204. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/9705692cbf53e5b1f7667f378696cf6ea482054b/IPA.Loader/Config/Data/List.cs/#L25">View Source</a>
  205. </span>
  206. <a id="IPA_Config_Data_List_Item_" data-uid="IPA.Config.Data.List.Item*"></a>
  207. <h4 id="IPA_Config_Data_List_Item_System_Int32_" data-uid="IPA.Config.Data.List.Item(System.Int32)">Item[Int32]</h4>
  208. <div class="markdown level1 summary"><p>Gets the value at the given index in this <a class="xref" href="IPA.Config.Data.List.html">List</a>.</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[int index] { 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.int32">Int32</a></td>
  227. <td><span class="parametername">index</span></td>
  228. <td><p>the index to retrieve the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> at</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 <a class="xref" href="IPA.Config.Data.Value.html">Value</a> at <code data-dev-comment-type="paramref" class="paramref">index</code></p>
  245. </td>
  246. </tr>
  247. </tbody>
  248. </table>
  249. <h5 id="IPA_Config_Data_List_Item_System_Int32__seealso">See Also</h5>
  250. <div class="seealso">
  251. <div><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ilist-1.item#System_Collections_Generic_IList_1_Item_System_Int32_">Item</a>[<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a>]</div>
  252. </div>
  253. <h3 id="methods">Methods
  254. </h3>
  255. <span class="small pull-right mobile-hide">
  256. <span class="divider">|</span>
  257. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Data_List_Add_IPA_Config_Data_Value_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.List.Add(IPA.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>
  258. </span>
  259. <span class="small pull-right mobile-hide">
  260. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/9705692cbf53e5b1f7667f378696cf6ea482054b/IPA.Loader/Config/Data/List.cs/#L40">View Source</a>
  261. </span>
  262. <a id="IPA_Config_Data_List_Add_" data-uid="IPA.Config.Data.List.Add*"></a>
  263. <h4 id="IPA_Config_Data_List_Add_IPA_Config_Data_Value_" data-uid="IPA.Config.Data.List.Add(IPA.Config.Data.Value)">Add(Value)</h4>
  264. <div class="markdown level1 summary"><p>Adds a <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to the end of this <a class="xref" href="IPA.Config.Data.List.html">List</a>.</p>
  265. </div>
  266. <div class="markdown level1 conceptual"></div>
  267. <h5 class="decalaration">Declaration</h5>
  268. <div class="codewrapper">
  269. <pre><code class="lang-csharp hljs">public void Add(Value item)</code></pre>
  270. </div>
  271. <h5 class="parameters">Parameters</h5>
  272. <table class="table table-bordered table-striped table-condensed">
  273. <thead>
  274. <tr>
  275. <th>Type</th>
  276. <th>Name</th>
  277. <th>Description</th>
  278. </tr>
  279. </thead>
  280. <tbody>
  281. <tr>
  282. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  283. <td><span class="parametername">item</span></td>
  284. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to add</p>
  285. </td>
  286. </tr>
  287. </tbody>
  288. </table>
  289. <h5 id="IPA_Config_Data_List_Add_IPA_Config_Data_Value__seealso">See Also</h5>
  290. <div class="seealso">
  291. <div><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.icollection-1.add#System_Collections_Generic_ICollection_1_Add__0_">Add</a>(T)</div>
  292. </div>
  293. <span class="small pull-right mobile-hide">
  294. <span class="divider">|</span>
  295. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Data_List_AddRange_System_Collections_Generic_IEnumerable_IPA_Config_Data_Value__.md&amp;value=---%0Auid%3A%20IPA.Config.Data.List.AddRange(System.Collections.Generic.IEnumerable%7BIPA.Config.Data.Value%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  296. </span>
  297. <span class="small pull-right mobile-hide">
  298. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/9705692cbf53e5b1f7667f378696cf6ea482054b/IPA.Loader/Config/Data/List.cs/#L46">View Source</a>
  299. </span>
  300. <a id="IPA_Config_Data_List_AddRange_" data-uid="IPA.Config.Data.List.AddRange*"></a>
  301. <h4 id="IPA_Config_Data_List_AddRange_System_Collections_Generic_IEnumerable_IPA_Config_Data_Value__" data-uid="IPA.Config.Data.List.AddRange(System.Collections.Generic.IEnumerable{IPA.Config.Data.Value})">AddRange(IEnumerable&lt;Value&gt;)</h4>
  302. <div class="markdown level1 summary"><p>Adds a range of <a class="xref" href="IPA.Config.Data.Value.html">Value</a>s to the end of this <a class="xref" href="IPA.Config.Data.List.html">List</a>.</p>
  303. </div>
  304. <div class="markdown level1 conceptual"></div>
  305. <h5 class="decalaration">Declaration</h5>
  306. <div class="codewrapper">
  307. <pre><code class="lang-csharp hljs">public void AddRange(IEnumerable&lt;Value&gt; vals)</code></pre>
  308. </div>
  309. <h5 class="parameters">Parameters</h5>
  310. <table class="table table-bordered table-striped table-condensed">
  311. <thead>
  312. <tr>
  313. <th>Type</th>
  314. <th>Name</th>
  315. <th>Description</th>
  316. </tr>
  317. </thead>
  318. <tbody>
  319. <tr>
  320. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="IPA.Config.Data.Value.html">Value</a>&gt;</td>
  321. <td><span class="parametername">vals</span></td>
  322. <td><p>the range of <a class="xref" href="IPA.Config.Data.Value.html">Value</a>s to add</p>
  323. </td>
  324. </tr>
  325. </tbody>
  326. </table>
  327. <span class="small pull-right mobile-hide">
  328. <span class="divider">|</span>
  329. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Data_List_Clear.md&amp;value=---%0Auid%3A%20IPA.Config.Data.List.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>
  330. </span>
  331. <span class="small pull-right mobile-hide">
  332. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/9705692cbf53e5b1f7667f378696cf6ea482054b/IPA.Loader/Config/Data/List.cs/#L55">View Source</a>
  333. </span>
  334. <a id="IPA_Config_Data_List_Clear_" data-uid="IPA.Config.Data.List.Clear*"></a>
  335. <h4 id="IPA_Config_Data_List_Clear" data-uid="IPA.Config.Data.List.Clear">Clear()</h4>
  336. <div class="markdown level1 summary"><p>Clears the <a class="xref" href="IPA.Config.Data.List.html">List</a>.</p>
  337. </div>
  338. <div class="markdown level1 conceptual"></div>
  339. <h5 class="decalaration">Declaration</h5>
  340. <div class="codewrapper">
  341. <pre><code class="lang-csharp hljs">public void Clear()</code></pre>
  342. </div>
  343. <h5 id="IPA_Config_Data_List_Clear_seealso">See Also</h5>
  344. <div class="seealso">
  345. <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>
  346. </div>
  347. <span class="small pull-right mobile-hide">
  348. <span class="divider">|</span>
  349. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Data_List_Contains_IPA_Config_Data_Value_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.List.Contains(IPA.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>
  350. </span>
  351. <span class="small pull-right mobile-hide">
  352. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/9705692cbf53e5b1f7667f378696cf6ea482054b/IPA.Loader/Config/Data/List.cs/#L63">View Source</a>
  353. </span>
  354. <a id="IPA_Config_Data_List_Contains_" data-uid="IPA.Config.Data.List.Contains*"></a>
  355. <h4 id="IPA_Config_Data_List_Contains_IPA_Config_Data_Value_" data-uid="IPA.Config.Data.List.Contains(IPA.Config.Data.Value)">Contains(Value)</h4>
  356. <div class="markdown level1 summary"><p>Checks if the <a class="xref" href="IPA.Config.Data.List.html">List</a> contains a certian item.</p>
  357. </div>
  358. <div class="markdown level1 conceptual"></div>
  359. <h5 class="decalaration">Declaration</h5>
  360. <div class="codewrapper">
  361. <pre><code class="lang-csharp hljs">public bool Contains(Value item)</code></pre>
  362. </div>
  363. <h5 class="parameters">Parameters</h5>
  364. <table class="table table-bordered table-striped table-condensed">
  365. <thead>
  366. <tr>
  367. <th>Type</th>
  368. <th>Name</th>
  369. <th>Description</th>
  370. </tr>
  371. </thead>
  372. <tbody>
  373. <tr>
  374. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  375. <td><span class="parametername">item</span></td>
  376. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to check for</p>
  377. </td>
  378. </tr>
  379. </tbody>
  380. </table>
  381. <h5 class="returns">Returns</h5>
  382. <table class="table table-bordered table-striped table-condensed">
  383. <thead>
  384. <tr>
  385. <th>Type</th>
  386. <th>Description</th>
  387. </tr>
  388. </thead>
  389. <tbody>
  390. <tr>
  391. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  392. <td><span class="xref">true</span> if the item was founc, otherwise <span class="xref">false</span></td>
  393. </tr>
  394. </tbody>
  395. </table>
  396. <h5 id="IPA_Config_Data_List_Contains_IPA_Config_Data_Value__seealso">See Also</h5>
  397. <div class="seealso">
  398. <div><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.icollection-1.contains#System_Collections_Generic_ICollection_1_Contains__0_">Contains</a>(T)</div>
  399. </div>
  400. <span class="small pull-right mobile-hide">
  401. <span class="divider">|</span>
  402. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Data_List_CopyTo_IPA_Config_Data_Value___System_Int32_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.List.CopyTo(IPA.Config.Data.Value%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>
  403. </span>
  404. <span class="small pull-right mobile-hide">
  405. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/9705692cbf53e5b1f7667f378696cf6ea482054b/IPA.Loader/Config/Data/List.cs/#L71">View Source</a>
  406. </span>
  407. <a id="IPA_Config_Data_List_CopyTo_" data-uid="IPA.Config.Data.List.CopyTo*"></a>
  408. <h4 id="IPA_Config_Data_List_CopyTo_IPA_Config_Data_Value___System_Int32_" data-uid="IPA.Config.Data.List.CopyTo(IPA.Config.Data.Value[],System.Int32)">CopyTo(Value[], Int32)</h4>
  409. <div class="markdown level1 summary"><p>Copies the <a class="xref" href="IPA.Config.Data.Value.html">Value</a>s in the <a class="xref" href="IPA.Config.Data.List.html">List</a> to the <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.array">Array</a> in <code data-dev-comment-type="paramref" class="paramref">array</code>.</p>
  410. </div>
  411. <div class="markdown level1 conceptual"></div>
  412. <h5 class="decalaration">Declaration</h5>
  413. <div class="codewrapper">
  414. <pre><code class="lang-csharp hljs">public void CopyTo(Value[] array, int arrayIndex)</code></pre>
  415. </div>
  416. <h5 class="parameters">Parameters</h5>
  417. <table class="table table-bordered table-striped table-condensed">
  418. <thead>
  419. <tr>
  420. <th>Type</th>
  421. <th>Name</th>
  422. <th>Description</th>
  423. </tr>
  424. </thead>
  425. <tbody>
  426. <tr>
  427. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a>[]</td>
  428. <td><span class="parametername">array</span></td>
  429. <td><p>the <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.array">Array</a> to copy to</p>
  430. </td>
  431. </tr>
  432. <tr>
  433. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  434. <td><span class="parametername">arrayIndex</span></td>
  435. <td><p>the starting index to copy to</p>
  436. </td>
  437. </tr>
  438. </tbody>
  439. </table>
  440. <h5 id="IPA_Config_Data_List_CopyTo_IPA_Config_Data_Value___System_Int32__seealso">See Also</h5>
  441. <div class="seealso">
  442. <div><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.icollection-1.copyto#System_Collections_Generic_ICollection_1_CopyTo__0___System_Int32_">CopyTo</a>(T[], <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a>)</div>
  443. </div>
  444. <span class="small pull-right mobile-hide">
  445. <span class="divider">|</span>
  446. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Data_List_GetEnumerator.md&amp;value=---%0Auid%3A%20IPA.Config.Data.List.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>
  447. </span>
  448. <span class="small pull-right mobile-hide">
  449. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/9705692cbf53e5b1f7667f378696cf6ea482054b/IPA.Loader/Config/Data/List.cs/#L78">View Source</a>
  450. </span>
  451. <a id="IPA_Config_Data_List_GetEnumerator_" data-uid="IPA.Config.Data.List.GetEnumerator*"></a>
  452. <h4 id="IPA_Config_Data_List_GetEnumerator" data-uid="IPA.Config.Data.List.GetEnumerator">GetEnumerator()</h4>
  453. <div class="markdown level1 summary"><p>Gets an enumerator to enumerate the <a class="xref" href="IPA.Config.Data.List.html">List</a>.</p>
  454. </div>
  455. <div class="markdown level1 conceptual"></div>
  456. <h5 class="decalaration">Declaration</h5>
  457. <div class="codewrapper">
  458. <pre><code class="lang-csharp hljs">public IEnumerator&lt;Value&gt; GetEnumerator()</code></pre>
  459. </div>
  460. <h5 class="returns">Returns</h5>
  461. <table class="table table-bordered table-striped table-condensed">
  462. <thead>
  463. <tr>
  464. <th>Type</th>
  465. <th>Description</th>
  466. </tr>
  467. </thead>
  468. <tbody>
  469. <tr>
  470. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1">IEnumerator</a>&lt;<a class="xref" href="IPA.Config.Data.Value.html">Value</a>&gt;</td>
  471. <td><p>an <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1">IEnumerator&lt;T&gt;</a> for this <a class="xref" href="IPA.Config.Data.List.html">List</a></p>
  472. </td>
  473. </tr>
  474. </tbody>
  475. </table>
  476. <h5 id="IPA_Config_Data_List_GetEnumerator_seealso">See Also</h5>
  477. <div class="seealso">
  478. <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>
  479. </div>
  480. <span class="small pull-right mobile-hide">
  481. <span class="divider">|</span>
  482. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Data_List_IndexOf_IPA_Config_Data_Value_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.List.IndexOf(IPA.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>
  483. </span>
  484. <span class="small pull-right mobile-hide">
  485. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/9705692cbf53e5b1f7667f378696cf6ea482054b/IPA.Loader/Config/Data/List.cs/#L86">View Source</a>
  486. </span>
  487. <a id="IPA_Config_Data_List_IndexOf_" data-uid="IPA.Config.Data.List.IndexOf*"></a>
  488. <h4 id="IPA_Config_Data_List_IndexOf_IPA_Config_Data_Value_" data-uid="IPA.Config.Data.List.IndexOf(IPA.Config.Data.Value)">IndexOf(Value)</h4>
  489. <div class="markdown level1 summary"><p>Gets the index that a given <a class="xref" href="IPA.Config.Data.Value.html">Value</a> is in the <a class="xref" href="IPA.Config.Data.List.html">List</a>.</p>
  490. </div>
  491. <div class="markdown level1 conceptual"></div>
  492. <h5 class="decalaration">Declaration</h5>
  493. <div class="codewrapper">
  494. <pre><code class="lang-csharp hljs">public int IndexOf(Value item)</code></pre>
  495. </div>
  496. <h5 class="parameters">Parameters</h5>
  497. <table class="table table-bordered table-striped table-condensed">
  498. <thead>
  499. <tr>
  500. <th>Type</th>
  501. <th>Name</th>
  502. <th>Description</th>
  503. </tr>
  504. </thead>
  505. <tbody>
  506. <tr>
  507. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  508. <td><span class="parametername">item</span></td>
  509. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to search for</p>
  510. </td>
  511. </tr>
  512. </tbody>
  513. </table>
  514. <h5 class="returns">Returns</h5>
  515. <table class="table table-bordered table-striped table-condensed">
  516. <thead>
  517. <tr>
  518. <th>Type</th>
  519. <th>Description</th>
  520. </tr>
  521. </thead>
  522. <tbody>
  523. <tr>
  524. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  525. <td><p>the index that the <code data-dev-comment-type="paramref" class="paramref">item</code> was at, or -1.</p>
  526. </td>
  527. </tr>
  528. </tbody>
  529. </table>
  530. <h5 id="IPA_Config_Data_List_IndexOf_IPA_Config_Data_Value__seealso">See Also</h5>
  531. <div class="seealso">
  532. <div><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ilist-1.indexof#System_Collections_Generic_IList_1_IndexOf__0_">IndexOf</a>(T)</div>
  533. </div>
  534. <span class="small pull-right mobile-hide">
  535. <span class="divider">|</span>
  536. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Data_List_Insert_System_Int32_IPA_Config_Data_Value_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.List.Insert(System.Int32%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>
  537. </span>
  538. <span class="small pull-right mobile-hide">
  539. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/9705692cbf53e5b1f7667f378696cf6ea482054b/IPA.Loader/Config/Data/List.cs/#L94">View Source</a>
  540. </span>
  541. <a id="IPA_Config_Data_List_Insert_" data-uid="IPA.Config.Data.List.Insert*"></a>
  542. <h4 id="IPA_Config_Data_List_Insert_System_Int32_IPA_Config_Data_Value_" data-uid="IPA.Config.Data.List.Insert(System.Int32,IPA.Config.Data.Value)">Insert(Int32, Value)</h4>
  543. <div class="markdown level1 summary"><p>Inserts a <a class="xref" href="IPA.Config.Data.Value.html">Value</a> at an index.</p>
  544. </div>
  545. <div class="markdown level1 conceptual"></div>
  546. <h5 class="decalaration">Declaration</h5>
  547. <div class="codewrapper">
  548. <pre><code class="lang-csharp hljs">public void Insert(int index, Value item)</code></pre>
  549. </div>
  550. <h5 class="parameters">Parameters</h5>
  551. <table class="table table-bordered table-striped table-condensed">
  552. <thead>
  553. <tr>
  554. <th>Type</th>
  555. <th>Name</th>
  556. <th>Description</th>
  557. </tr>
  558. </thead>
  559. <tbody>
  560. <tr>
  561. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  562. <td><span class="parametername">index</span></td>
  563. <td><p>the index to insert at</p>
  564. </td>
  565. </tr>
  566. <tr>
  567. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  568. <td><span class="parametername">item</span></td>
  569. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to insert</p>
  570. </td>
  571. </tr>
  572. </tbody>
  573. </table>
  574. <h5 id="IPA_Config_Data_List_Insert_System_Int32_IPA_Config_Data_Value__seealso">See Also</h5>
  575. <div class="seealso">
  576. <div><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ilist-1.insert#System_Collections_Generic_IList_1_Insert_System_Int32__0_">Insert</a>(<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a>, T)</div>
  577. </div>
  578. <span class="small pull-right mobile-hide">
  579. <span class="divider">|</span>
  580. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Data_List_Remove_IPA_Config_Data_Value_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.List.Remove(IPA.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>
  581. </span>
  582. <span class="small pull-right mobile-hide">
  583. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/9705692cbf53e5b1f7667f378696cf6ea482054b/IPA.Loader/Config/Data/List.cs/#L102">View Source</a>
  584. </span>
  585. <a id="IPA_Config_Data_List_Remove_" data-uid="IPA.Config.Data.List.Remove*"></a>
  586. <h4 id="IPA_Config_Data_List_Remove_IPA_Config_Data_Value_" data-uid="IPA.Config.Data.List.Remove(IPA.Config.Data.Value)">Remove(Value)</h4>
  587. <div class="markdown level1 summary"><p>Removes a <a class="xref" href="IPA.Config.Data.Value.html">Value</a> from the <a class="xref" href="IPA.Config.Data.List.html">List</a>.</p>
  588. </div>
  589. <div class="markdown level1 conceptual"></div>
  590. <h5 class="decalaration">Declaration</h5>
  591. <div class="codewrapper">
  592. <pre><code class="lang-csharp hljs">public bool Remove(Value item)</code></pre>
  593. </div>
  594. <h5 class="parameters">Parameters</h5>
  595. <table class="table table-bordered table-striped table-condensed">
  596. <thead>
  597. <tr>
  598. <th>Type</th>
  599. <th>Name</th>
  600. <th>Description</th>
  601. </tr>
  602. </thead>
  603. <tbody>
  604. <tr>
  605. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  606. <td><span class="parametername">item</span></td>
  607. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to remove</p>
  608. </td>
  609. </tr>
  610. </tbody>
  611. </table>
  612. <h5 class="returns">Returns</h5>
  613. <table class="table table-bordered table-striped table-condensed">
  614. <thead>
  615. <tr>
  616. <th>Type</th>
  617. <th>Description</th>
  618. </tr>
  619. </thead>
  620. <tbody>
  621. <tr>
  622. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  623. <td><p><span class="xref">true</span> if the item was removed, <span class="xref">false</span> otherwise</p>
  624. </td>
  625. </tr>
  626. </tbody>
  627. </table>
  628. <h5 id="IPA_Config_Data_List_Remove_IPA_Config_Data_Value__seealso">See Also</h5>
  629. <div class="seealso">
  630. <div><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.icollection-1.remove#System_Collections_Generic_ICollection_1_Remove__0_">Remove</a>(T)</div>
  631. </div>
  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_List_RemoveAt_System_Int32_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.List.RemoveAt(System.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>
  635. </span>
  636. <span class="small pull-right mobile-hide">
  637. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/9705692cbf53e5b1f7667f378696cf6ea482054b/IPA.Loader/Config/Data/List.cs/#L109">View Source</a>
  638. </span>
  639. <a id="IPA_Config_Data_List_RemoveAt_" data-uid="IPA.Config.Data.List.RemoveAt*"></a>
  640. <h4 id="IPA_Config_Data_List_RemoveAt_System_Int32_" data-uid="IPA.Config.Data.List.RemoveAt(System.Int32)">RemoveAt(Int32)</h4>
  641. <div class="markdown level1 summary"><p>Removes a <a class="xref" href="IPA.Config.Data.Value.html">Value</a> at an index.</p>
  642. </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">public void RemoveAt(int index)</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://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  660. <td><span class="parametername">index</span></td>
  661. <td><p>the index to remove a <a class="xref" href="IPA.Config.Data.Value.html">Value</a> at</p>
  662. </td>
  663. </tr>
  664. </tbody>
  665. </table>
  666. <h5 id="IPA_Config_Data_List_RemoveAt_System_Int32__seealso">See Also</h5>
  667. <div class="seealso">
  668. <div><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ilist-1.removeat#System_Collections_Generic_IList_1_RemoveAt_System_Int32_">RemoveAt</a>(<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a>)</div>
  669. </div>
  670. <span class="small pull-right mobile-hide">
  671. <span class="divider">|</span>
  672. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Data_List_ToString.md&amp;value=---%0Auid%3A%20IPA.Config.Data.List.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>
  673. </span>
  674. <span class="small pull-right mobile-hide">
  675. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/9705692cbf53e5b1f7667f378696cf6ea482054b/IPA.Loader/Config/Data/List.cs/#L115">View Source</a>
  676. </span>
  677. <a id="IPA_Config_Data_List_ToString_" data-uid="IPA.Config.Data.List.ToString*"></a>
  678. <h4 id="IPA_Config_Data_List_ToString" data-uid="IPA.Config.Data.List.ToString">ToString()</h4>
  679. <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>
  680. </div>
  681. <div class="markdown level1 conceptual"></div>
  682. <h5 class="decalaration">Declaration</h5>
  683. <div class="codewrapper">
  684. <pre><code class="lang-csharp hljs">public override string ToString()</code></pre>
  685. </div>
  686. <h5 class="returns">Returns</h5>
  687. <table class="table table-bordered table-striped table-condensed">
  688. <thead>
  689. <tr>
  690. <th>Type</th>
  691. <th>Description</th>
  692. </tr>
  693. </thead>
  694. <tbody>
  695. <tr>
  696. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
  697. <td><p>a comma-seperated list of the result of <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_ToString">ToString()</a> wrapped in square brackets</p>
  698. </td>
  699. </tr>
  700. </tbody>
  701. </table>
  702. <h5 class="overrides">Overrides</h5>
  703. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_ToString">Value.ToString()</a></div>
  704. <h3 id="eii">Explicit Interface Implementations
  705. </h3>
  706. <span class="small pull-right mobile-hide">
  707. <span class="divider">|</span>
  708. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Data_List_System_Collections_Generic_ICollection_IPA_Config_Data_Value__IsReadOnly.md&amp;value=---%0Auid%3A%20IPA.Config.Data.List.System%23Collections%23Generic%23ICollection%7BIPA%23Config%23Data%23Value%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>
  709. </span>
  710. <span class="small pull-right mobile-hide">
  711. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/9705692cbf53e5b1f7667f378696cf6ea482054b/IPA.Loader/Config/Data/List.cs/#L33">View Source</a>
  712. </span>
  713. <a id="IPA_Config_Data_List_System_Collections_Generic_ICollection_IPA_Config_Data_Value__IsReadOnly_" data-uid="IPA.Config.Data.List.System#Collections#Generic#ICollection{IPA#Config#Data#Value}#IsReadOnly*"></a>
  714. <h4 id="IPA_Config_Data_List_System_Collections_Generic_ICollection_IPA_Config_Data_Value__IsReadOnly" data-uid="IPA.Config.Data.List.System#Collections#Generic#ICollection{IPA#Config#Data#Value}#IsReadOnly">ICollection&lt;Value&gt;.IsReadOnly</h4>
  715. <div class="markdown level1 summary"></div>
  716. <div class="markdown level1 conceptual"></div>
  717. <h5 class="decalaration">Declaration</h5>
  718. <div class="codewrapper">
  719. <pre><code class="lang-csharp hljs">bool ICollection&lt;Value&gt;.IsReadOnly { get; }</code></pre>
  720. </div>
  721. <h5 class="returns">Returns</h5>
  722. <table class="table table-bordered table-striped table-condensed">
  723. <thead>
  724. <tr>
  725. <th>Type</th>
  726. <th>Description</th>
  727. </tr>
  728. </thead>
  729. <tbody>
  730. <tr>
  731. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  732. <td></td>
  733. </tr>
  734. </tbody>
  735. </table>
  736. <span class="small pull-right mobile-hide">
  737. <span class="divider">|</span>
  738. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Data_List_System_Collections_IEnumerable_GetEnumerator.md&amp;value=---%0Auid%3A%20IPA.Config.Data.List.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>
  739. </span>
  740. <span class="small pull-right mobile-hide">
  741. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/9705692cbf53e5b1f7667f378696cf6ea482054b/IPA.Loader/Config/Data/List.cs/#L118">View Source</a>
  742. </span>
  743. <a id="IPA_Config_Data_List_System_Collections_IEnumerable_GetEnumerator_" data-uid="IPA.Config.Data.List.System#Collections#IEnumerable#GetEnumerator*"></a>
  744. <h4 id="IPA_Config_Data_List_System_Collections_IEnumerable_GetEnumerator" data-uid="IPA.Config.Data.List.System#Collections#IEnumerable#GetEnumerator">IEnumerable.GetEnumerator()</h4>
  745. <div class="markdown level1 summary"></div>
  746. <div class="markdown level1 conceptual"></div>
  747. <h5 class="decalaration">Declaration</h5>
  748. <div class="codewrapper">
  749. <pre><code class="lang-csharp hljs">IEnumerator IEnumerable.GetEnumerator()</code></pre>
  750. </div>
  751. <h5 class="returns">Returns</h5>
  752. <table class="table table-bordered table-striped table-condensed">
  753. <thead>
  754. <tr>
  755. <th>Type</th>
  756. <th>Description</th>
  757. </tr>
  758. </thead>
  759. <tbody>
  760. <tr>
  761. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.ienumerator">IEnumerator</a></td>
  762. <td></td>
  763. </tr>
  764. </tbody>
  765. </table>
  766. <h3 id="implements">Implements</h3>
  767. <div>
  768. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ilist-1">System.Collections.Generic.IList&lt;T&gt;</a>
  769. </div>
  770. <div>
  771. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.icollection-1">System.Collections.Generic.ICollection&lt;T&gt;</a>
  772. </div>
  773. <div>
  774. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">System.Collections.Generic.IEnumerable&lt;T&gt;</a>
  775. </div>
  776. <div>
  777. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.ienumerable">System.Collections.IEnumerable</a>
  778. </div>
  779. <h3 id="extensionmethods">Extension Methods</h3>
  780. <div>
  781. <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>
  782. </div>
  783. <div>
  784. <a class="xref" href="IPA.Utilities.EnumerableExtensions.html#IPA_Utilities_EnumerableExtensions_Append__1_System_Collections_Generic_IEnumerable___0____0_">EnumerableExtensions.Append&lt;T&gt;(IEnumerable&lt;T&gt;, T)</a>
  785. </div>
  786. <div>
  787. <a class="xref" href="IPA.Utilities.EnumerableExtensions.html#IPA_Utilities_EnumerableExtensions_NonNull__1_System_Collections_Generic_IEnumerable___0__">EnumerableExtensions.NonNull&lt;T&gt;(IEnumerable&lt;T&gt;)</a>
  788. </div>
  789. <div>
  790. <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>
  791. </div>
  792. <div>
  793. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetField_System_Object_System_String_System_Object_">ReflectionUtil.SetField(Object, String, Object)</a>
  794. </div>
  795. <div>
  796. <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>
  797. </div>
  798. <div>
  799. <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>
  800. </div>
  801. <div>
  802. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetField__2___1_System_String_">ReflectionUtil.GetField&lt;T, U&gt;(U, String)</a>
  803. </div>
  804. <div>
  805. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetProperty_System_Object_System_String_System_Object_">ReflectionUtil.SetProperty(Object, String, Object)</a>
  806. </div>
  807. <div>
  808. <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>
  809. </div>
  810. <div>
  811. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokeMethod_System_Object_System_String_System_Object___">ReflectionUtil.InvokeMethod(Object, String, Object[])</a>
  812. </div>
  813. <div>
  814. <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>
  815. </div>
  816. <div>
  817. <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>
  818. </div>
  819. <div>
  820. <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>
  821. </div>
  822. </article>
  823. </div>
  824. <div class="hidden-sm col-md-2" role="complementary">
  825. <div class="sideaffix">
  826. <div class="contribution">
  827. <ul class="nav">
  828. <li>
  829. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Data_List.md&amp;value=---%0Auid%3A%20IPA.Config.Data.List%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
  830. </li>
  831. <li>
  832. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/9705692cbf53e5b1f7667f378696cf6ea482054b/IPA.Loader/Config/Data/List.cs/#L13" class="contribution-link">View Source</a>
  833. </li>
  834. </ul>
  835. </div>
  836. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  837. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  838. </nav>
  839. </div>
  840. </div>
  841. </div>
  842. </div>
  843. <footer>
  844. <div class="grad-bottom"></div>
  845. <div class="footer">
  846. <div class="container">
  847. <span class="pull-right">
  848. <a href="#top">Back to top</a>
  849. </span>
  850. <span>Generated by <strong>DocFX</strong></span>
  851. </div>
  852. </div>
  853. </footer>
  854. </div>
  855. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  856. <script type="text/javascript" src="../styles/docfx.js"></script>
  857. <script type="text/javascript" src="../styles/main.js"></script>
  858. </body>
  859. </html>