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.

857 lines
47 KiB

11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>Class 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.59.4.0">
  13. <link rel="shortcut icon" href="../favicon.ico">
  14. <link rel="stylesheet" href="../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../styles/docfx.css">
  16. <link rel="stylesheet" href="../styles/main.css">
  17. <link rel="stylesheet" href="../styles/fix.css">
  18. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  19. <meta property="docfx:navrel" content="../toc.html">
  20. <meta property="docfx:tocrel" content="toc.html">
  21. <meta property="docfx:rel" content="../">
  22. <meta property="docfx:newtab" content="true">
  23. </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
  24. <div id="wrapper">
  25. <header>
  26. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  27. <div class="container">
  28. <div class="navbar-header">
  29. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  30. <span class="sr-only">Toggle navigation</span>
  31. <span class="icon-bar"></span>
  32. <span class="icon-bar"></span>
  33. <span class="icon-bar"></span>
  34. </button>
  35. <a class="navbar-brand" href="../index.html">
  36. <img id="logo" class="svg" src="../logo.svg" alt="">
  37. </a>
  38. </div>
  39. <div class="collapse navbar-collapse" id="navbar">
  40. <form class="navbar-form navbar-right" role="search" id="search">
  41. <div class="form-group">
  42. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  43. </div>
  44. </form>
  45. </div>
  46. </div>
  47. </nav>
  48. <div class="subnav navbar navbar-default">
  49. <div class="container hide-when-search" id="breadcrumb">
  50. <ul class="breadcrumb">
  51. <li></li>
  52. </ul>
  53. </div>
  54. </div>
  55. </header>
  56. <div class="container body-content">
  57. <div id="search-results">
  58. <div class="search-list">Search Results for <span></span></div>
  59. <div class="sr-items">
  60. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  61. </div>
  62. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  63. </div>
  64. </div>
  65. <div role="main" class="container body-content hide-when-search">
  66. <div class="sidenav hide-when-search">
  67. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  68. <div class="sidetoggle collapse" id="sidetoggle">
  69. <div id="sidetoc"></div>
  70. </div>
  71. </div>
  72. <div class="article row grid-right">
  73. <div class="col-md-10">
  74. <article class="content wrap" id="_content" data-uid="IPA.Config.Data.List">
  75. <h1 id="IPA_Config_Data_List" data-uid="IPA.Config.Data.List" class="text-break">Class List
  76. </h1>
  77. <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>.
  78. 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>
  79. </div>
  80. <div class="markdown level0 conceptual"></div>
  81. <div class="inheritance">
  82. <h5>Inheritance</h5>
  83. <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Object</a></div>
  84. <div class="level1"><a class="xref" href="IPA.Config.Data.Value.html">Value</a></div>
  85. <div class="level2"><span class="xref">List</span></div>
  86. </div>
  87. <div class="implements">
  88. <h5>Implements</h5>
  89. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="IPA.Config.Data.Value.html">Value</a>&gt;</div>
  90. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="IPA.Config.Data.Value.html">Value</a>&gt;</div>
  91. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="IPA.Config.Data.Value.html">Value</a>&gt;</div>
  92. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  93. </div>
  94. <div class="inheritedMembers">
  95. <h5>Inherited Members</h5>
  96. <div>
  97. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Null">Value.Null()</a>
  98. </div>
  99. <div>
  100. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_List">Value.List()</a>
  101. </div>
  102. <div>
  103. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Map">Value.Map()</a>
  104. </div>
  105. <div>
  106. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_String_">Value.From(String)</a>
  107. </div>
  108. <div>
  109. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Text_System_String_">Value.Text(String)</a>
  110. </div>
  111. <div>
  112. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Int64_">Value.From(Int64)</a>
  113. </div>
  114. <div>
  115. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Integer_System_Int64_">Value.Integer(Int64)</a>
  116. </div>
  117. <div>
  118. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Decimal_">Value.From(Decimal)</a>
  119. </div>
  120. <div>
  121. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Float_System_Decimal_">Value.Float(Decimal)</a>
  122. </div>
  123. <div>
  124. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Boolean_">Value.From(Boolean)</a>
  125. </div>
  126. <div>
  127. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Bool_System_Boolean_">Value.Bool(Boolean)</a>
  128. </div>
  129. <div>
  130. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Collections_Generic_IEnumerable_IPA_Config_Data_Value__">Value.From(IEnumerable&lt;Value&gt;)</a>
  131. </div>
  132. <div>
  133. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Collections_Generic_IDictionary_System_String_IPA_Config_Data_Value__">Value.From(IDictionary&lt;String, Value&gt;)</a>
  134. </div>
  135. <div>
  136. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___">Value.From(IEnumerable&lt;KeyValuePair&lt;String, Value&gt;&gt;)</a>
  137. </div>
  138. <div>
  139. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
  140. </div>
  141. <div>
  142. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
  143. </div>
  144. <div>
  145. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
  146. </div>
  147. <div>
  148. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>
  149. </div>
  150. <div>
  151. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
  152. </div>
  153. <div>
  154. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
  155. </div>
  156. </div>
  157. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Config.Data.html">IPA.Config.Data</a></h6>
  158. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  159. <h5 id="IPA_Config_Data_List_syntax">Syntax</h5>
  160. <div class="codewrapper">
  161. <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>
  162. </div>
  163. <h3 id="properties">Properties
  164. </h3>
  165. <span class="small pull-right mobile-hide">
  166. <span class="divider">|</span>
  167. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_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>
  168. </span>
  169. <span class="small pull-right mobile-hide">
  170. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/777adc0222baf310f67c08f6bc259d3acb5338fa/IPA.Loader/Config/Data/List.cs/#L32">View Source</a>
  171. </span>
  172. <a id="IPA_Config_Data_List_Count_" data-uid="IPA.Config.Data.List.Count*"></a>
  173. <h4 id="IPA_Config_Data_List_Count" data-uid="IPA.Config.Data.List.Count">Count</h4>
  174. <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>
  175. </div>
  176. <div class="markdown level1 conceptual"></div>
  177. <h5 class="decalaration">Declaration</h5>
  178. <div class="codewrapper">
  179. <pre><code class="lang-csharp hljs">public int Count { get; }</code></pre>
  180. </div>
  181. <h5 class="propertyValue">Property Value</h5>
  182. <table class="table table-bordered table-striped table-condensed">
  183. <thead>
  184. <tr>
  185. <th>Type</th>
  186. <th>Description</th>
  187. </tr>
  188. </thead>
  189. <tbody>
  190. <tr>
  191. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  192. <td></td>
  193. </tr>
  194. </tbody>
  195. </table>
  196. <h5 id="IPA_Config_Data_List_Count_seealso">See Also</h5>
  197. <div class="seealso">
  198. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.count#system-collections-generic-icollection-1-count">Count</a></div>
  199. </div>
  200. <span class="small pull-right mobile-hide">
  201. <span class="divider">|</span>
  202. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_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>
  203. </span>
  204. <span class="small pull-right mobile-hide">
  205. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/777adc0222baf310f67c08f6bc259d3acb5338fa/IPA.Loader/Config/Data/List.cs/#L26">View Source</a>
  206. </span>
  207. <a id="IPA_Config_Data_List_Item_" data-uid="IPA.Config.Data.List.Item*"></a>
  208. <h4 id="IPA_Config_Data_List_Item_System_Int32_" data-uid="IPA.Config.Data.List.Item(System.Int32)">Item[Int32]</h4>
  209. <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>
  210. </div>
  211. <div class="markdown level1 conceptual"></div>
  212. <h5 class="decalaration">Declaration</h5>
  213. <div class="codewrapper">
  214. <pre><code class="lang-csharp hljs">public Value this[int index] { get; set; }</code></pre>
  215. </div>
  216. <h5 class="parameters">Parameters</h5>
  217. <table class="table table-bordered table-striped table-condensed">
  218. <thead>
  219. <tr>
  220. <th>Type</th>
  221. <th>Name</th>
  222. <th>Description</th>
  223. </tr>
  224. </thead>
  225. <tbody>
  226. <tr>
  227. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  228. <td><span class="parametername">index</span></td>
  229. <td><p>the index to retrieve the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> at</p>
  230. </td>
  231. </tr>
  232. </tbody>
  233. </table>
  234. <h5 class="propertyValue">Property Value</h5>
  235. <table class="table table-bordered table-striped table-condensed">
  236. <thead>
  237. <tr>
  238. <th>Type</th>
  239. <th>Description</th>
  240. </tr>
  241. </thead>
  242. <tbody>
  243. <tr>
  244. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  245. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> at <code data-dev-comment-type="paramref" class="paramref">index</code></p>
  246. </td>
  247. </tr>
  248. </tbody>
  249. </table>
  250. <h5 id="IPA_Config_Data_List_Item_System_Int32__seealso">See Also</h5>
  251. <div class="seealso">
  252. <div><a class="xref" href="https://learn.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://learn.microsoft.com/dotnet/api/system.int32">Int32</a>]</div>
  253. </div>
  254. <h3 id="methods">Methods
  255. </h3>
  256. <span class="small pull-right mobile-hide">
  257. <span class="divider">|</span>
  258. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/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>
  259. </span>
  260. <span class="small pull-right mobile-hide">
  261. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/777adc0222baf310f67c08f6bc259d3acb5338fa/IPA.Loader/Config/Data/List.cs/#L41">View Source</a>
  262. </span>
  263. <a id="IPA_Config_Data_List_Add_" data-uid="IPA.Config.Data.List.Add*"></a>
  264. <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>
  265. <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>
  266. </div>
  267. <div class="markdown level1 conceptual"></div>
  268. <h5 class="decalaration">Declaration</h5>
  269. <div class="codewrapper">
  270. <pre><code class="lang-csharp hljs">public void Add(Value item)</code></pre>
  271. </div>
  272. <h5 class="parameters">Parameters</h5>
  273. <table class="table table-bordered table-striped table-condensed">
  274. <thead>
  275. <tr>
  276. <th>Type</th>
  277. <th>Name</th>
  278. <th>Description</th>
  279. </tr>
  280. </thead>
  281. <tbody>
  282. <tr>
  283. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  284. <td><span class="parametername">item</span></td>
  285. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to add</p>
  286. </td>
  287. </tr>
  288. </tbody>
  289. </table>
  290. <h5 id="IPA_Config_Data_List_Add_IPA_Config_Data_Value__seealso">See Also</h5>
  291. <div class="seealso">
  292. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.add#system-collections-generic-icollection-1-add(-0)">Add</a>(T)</div>
  293. </div>
  294. <span class="small pull-right mobile-hide">
  295. <span class="divider">|</span>
  296. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/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>
  297. </span>
  298. <span class="small pull-right mobile-hide">
  299. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/777adc0222baf310f67c08f6bc259d3acb5338fa/IPA.Loader/Config/Data/List.cs/#L47">View Source</a>
  300. </span>
  301. <a id="IPA_Config_Data_List_AddRange_" data-uid="IPA.Config.Data.List.AddRange*"></a>
  302. <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>
  303. <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>
  304. </div>
  305. <div class="markdown level1 conceptual"></div>
  306. <h5 class="decalaration">Declaration</h5>
  307. <div class="codewrapper">
  308. <pre><code class="lang-csharp hljs">public void AddRange(IEnumerable&lt;Value&gt; vals)</code></pre>
  309. </div>
  310. <h5 class="parameters">Parameters</h5>
  311. <table class="table table-bordered table-striped table-condensed">
  312. <thead>
  313. <tr>
  314. <th>Type</th>
  315. <th>Name</th>
  316. <th>Description</th>
  317. </tr>
  318. </thead>
  319. <tbody>
  320. <tr>
  321. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="IPA.Config.Data.Value.html">Value</a>&gt;</td>
  322. <td><span class="parametername">vals</span></td>
  323. <td><p>the range of <a class="xref" href="IPA.Config.Data.Value.html">Value</a>s to add</p>
  324. </td>
  325. </tr>
  326. </tbody>
  327. </table>
  328. <span class="small pull-right mobile-hide">
  329. <span class="divider">|</span>
  330. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/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>
  331. </span>
  332. <span class="small pull-right mobile-hide">
  333. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/777adc0222baf310f67c08f6bc259d3acb5338fa/IPA.Loader/Config/Data/List.cs/#L57">View Source</a>
  334. </span>
  335. <a id="IPA_Config_Data_List_Clear_" data-uid="IPA.Config.Data.List.Clear*"></a>
  336. <h4 id="IPA_Config_Data_List_Clear" data-uid="IPA.Config.Data.List.Clear">Clear()</h4>
  337. <div class="markdown level1 summary"><p>Clears the <a class="xref" href="IPA.Config.Data.List.html">List</a>.</p>
  338. </div>
  339. <div class="markdown level1 conceptual"></div>
  340. <h5 class="decalaration">Declaration</h5>
  341. <div class="codewrapper">
  342. <pre><code class="lang-csharp hljs">public void Clear()</code></pre>
  343. </div>
  344. <h5 id="IPA_Config_Data_List_Clear_seealso">See Also</h5>
  345. <div class="seealso">
  346. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.clear#system-collections-generic-icollection-1-clear">Clear</a>()</div>
  347. </div>
  348. <span class="small pull-right mobile-hide">
  349. <span class="divider">|</span>
  350. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/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>
  351. </span>
  352. <span class="small pull-right mobile-hide">
  353. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/777adc0222baf310f67c08f6bc259d3acb5338fa/IPA.Loader/Config/Data/List.cs/#L65">View Source</a>
  354. </span>
  355. <a id="IPA_Config_Data_List_Contains_" data-uid="IPA.Config.Data.List.Contains*"></a>
  356. <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>
  357. <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>
  358. </div>
  359. <div class="markdown level1 conceptual"></div>
  360. <h5 class="decalaration">Declaration</h5>
  361. <div class="codewrapper">
  362. <pre><code class="lang-csharp hljs">public bool Contains(Value item)</code></pre>
  363. </div>
  364. <h5 class="parameters">Parameters</h5>
  365. <table class="table table-bordered table-striped table-condensed">
  366. <thead>
  367. <tr>
  368. <th>Type</th>
  369. <th>Name</th>
  370. <th>Description</th>
  371. </tr>
  372. </thead>
  373. <tbody>
  374. <tr>
  375. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  376. <td><span class="parametername">item</span></td>
  377. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to check for</p>
  378. </td>
  379. </tr>
  380. </tbody>
  381. </table>
  382. <h5 class="returns">Returns</h5>
  383. <table class="table table-bordered table-striped table-condensed">
  384. <thead>
  385. <tr>
  386. <th>Type</th>
  387. <th>Description</th>
  388. </tr>
  389. </thead>
  390. <tbody>
  391. <tr>
  392. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  393. <td><span class="xref">true</span> if the item was founc, otherwise <span class="xref">false</span></td>
  394. </tr>
  395. </tbody>
  396. </table>
  397. <h5 id="IPA_Config_Data_List_Contains_IPA_Config_Data_Value__seealso">See Also</h5>
  398. <div class="seealso">
  399. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.contains#system-collections-generic-icollection-1-contains(-0)">Contains</a>(T)</div>
  400. </div>
  401. <span class="small pull-right mobile-hide">
  402. <span class="divider">|</span>
  403. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/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>
  404. </span>
  405. <span class="small pull-right mobile-hide">
  406. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/777adc0222baf310f67c08f6bc259d3acb5338fa/IPA.Loader/Config/Data/List.cs/#L73">View Source</a>
  407. </span>
  408. <a id="IPA_Config_Data_List_CopyTo_" data-uid="IPA.Config.Data.List.CopyTo*"></a>
  409. <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>
  410. <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://learn.microsoft.com/dotnet/api/system.array">Array</a> in <code data-dev-comment-type="paramref" class="paramref">array</code>.</p>
  411. </div>
  412. <div class="markdown level1 conceptual"></div>
  413. <h5 class="decalaration">Declaration</h5>
  414. <div class="codewrapper">
  415. <pre><code class="lang-csharp hljs">public void CopyTo(Value[] array, int arrayIndex)</code></pre>
  416. </div>
  417. <h5 class="parameters">Parameters</h5>
  418. <table class="table table-bordered table-striped table-condensed">
  419. <thead>
  420. <tr>
  421. <th>Type</th>
  422. <th>Name</th>
  423. <th>Description</th>
  424. </tr>
  425. </thead>
  426. <tbody>
  427. <tr>
  428. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a>[]</td>
  429. <td><span class="parametername">array</span></td>
  430. <td><p>the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.array">Array</a> to copy to</p>
  431. </td>
  432. </tr>
  433. <tr>
  434. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  435. <td><span class="parametername">arrayIndex</span></td>
  436. <td><p>the starting index to copy to</p>
  437. </td>
  438. </tr>
  439. </tbody>
  440. </table>
  441. <h5 id="IPA_Config_Data_List_CopyTo_IPA_Config_Data_Value___System_Int32__seealso">See Also</h5>
  442. <div class="seealso">
  443. <div><a class="xref" href="https://learn.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://learn.microsoft.com/dotnet/api/system.int32">Int32</a>)</div>
  444. </div>
  445. <span class="small pull-right mobile-hide">
  446. <span class="divider">|</span>
  447. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/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>
  448. </span>
  449. <span class="small pull-right mobile-hide">
  450. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/777adc0222baf310f67c08f6bc259d3acb5338fa/IPA.Loader/Config/Data/List.cs/#L80">View Source</a>
  451. </span>
  452. <a id="IPA_Config_Data_List_GetEnumerator_" data-uid="IPA.Config.Data.List.GetEnumerator*"></a>
  453. <h4 id="IPA_Config_Data_List_GetEnumerator" data-uid="IPA.Config.Data.List.GetEnumerator">GetEnumerator()</h4>
  454. <div class="markdown level1 summary"><p>Gets an enumerator to enumerate the <a class="xref" href="IPA.Config.Data.List.html">List</a>.</p>
  455. </div>
  456. <div class="markdown level1 conceptual"></div>
  457. <h5 class="decalaration">Declaration</h5>
  458. <div class="codewrapper">
  459. <pre><code class="lang-csharp hljs">public IEnumerator&lt;Value&gt; GetEnumerator()</code></pre>
  460. </div>
  461. <h5 class="returns">Returns</h5>
  462. <table class="table table-bordered table-striped table-condensed">
  463. <thead>
  464. <tr>
  465. <th>Type</th>
  466. <th>Description</th>
  467. </tr>
  468. </thead>
  469. <tbody>
  470. <tr>
  471. <td><a class="xref" href="https://learn.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>
  472. <td><p>an <a class="xref" href="https://learn.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>
  473. </td>
  474. </tr>
  475. </tbody>
  476. </table>
  477. <h5 id="IPA_Config_Data_List_GetEnumerator_seealso">See Also</h5>
  478. <div class="seealso">
  479. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator#system-collections-generic-ienumerable-1-getenumerator">GetEnumerator</a>()</div>
  480. </div>
  481. <span class="small pull-right mobile-hide">
  482. <span class="divider">|</span>
  483. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/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>
  484. </span>
  485. <span class="small pull-right mobile-hide">
  486. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/777adc0222baf310f67c08f6bc259d3acb5338fa/IPA.Loader/Config/Data/List.cs/#L88">View Source</a>
  487. </span>
  488. <a id="IPA_Config_Data_List_IndexOf_" data-uid="IPA.Config.Data.List.IndexOf*"></a>
  489. <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>
  490. <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>
  491. </div>
  492. <div class="markdown level1 conceptual"></div>
  493. <h5 class="decalaration">Declaration</h5>
  494. <div class="codewrapper">
  495. <pre><code class="lang-csharp hljs">public int IndexOf(Value item)</code></pre>
  496. </div>
  497. <h5 class="parameters">Parameters</h5>
  498. <table class="table table-bordered table-striped table-condensed">
  499. <thead>
  500. <tr>
  501. <th>Type</th>
  502. <th>Name</th>
  503. <th>Description</th>
  504. </tr>
  505. </thead>
  506. <tbody>
  507. <tr>
  508. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  509. <td><span class="parametername">item</span></td>
  510. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to search for</p>
  511. </td>
  512. </tr>
  513. </tbody>
  514. </table>
  515. <h5 class="returns">Returns</h5>
  516. <table class="table table-bordered table-striped table-condensed">
  517. <thead>
  518. <tr>
  519. <th>Type</th>
  520. <th>Description</th>
  521. </tr>
  522. </thead>
  523. <tbody>
  524. <tr>
  525. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  526. <td><p>the index that the <code data-dev-comment-type="paramref" class="paramref">item</code> was at, or -1.</p>
  527. </td>
  528. </tr>
  529. </tbody>
  530. </table>
  531. <h5 id="IPA_Config_Data_List_IndexOf_IPA_Config_Data_Value__seealso">See Also</h5>
  532. <div class="seealso">
  533. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.indexof#system-collections-generic-ilist-1-indexof(-0)">IndexOf</a>(T)</div>
  534. </div>
  535. <span class="small pull-right mobile-hide">
  536. <span class="divider">|</span>
  537. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/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>
  538. </span>
  539. <span class="small pull-right mobile-hide">
  540. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/777adc0222baf310f67c08f6bc259d3acb5338fa/IPA.Loader/Config/Data/List.cs/#L96">View Source</a>
  541. </span>
  542. <a id="IPA_Config_Data_List_Insert_" data-uid="IPA.Config.Data.List.Insert*"></a>
  543. <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>
  544. <div class="markdown level1 summary"><p>Inserts a <a class="xref" href="IPA.Config.Data.Value.html">Value</a> at an index.</p>
  545. </div>
  546. <div class="markdown level1 conceptual"></div>
  547. <h5 class="decalaration">Declaration</h5>
  548. <div class="codewrapper">
  549. <pre><code class="lang-csharp hljs">public void Insert(int index, Value item)</code></pre>
  550. </div>
  551. <h5 class="parameters">Parameters</h5>
  552. <table class="table table-bordered table-striped table-condensed">
  553. <thead>
  554. <tr>
  555. <th>Type</th>
  556. <th>Name</th>
  557. <th>Description</th>
  558. </tr>
  559. </thead>
  560. <tbody>
  561. <tr>
  562. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  563. <td><span class="parametername">index</span></td>
  564. <td><p>the index to insert at</p>
  565. </td>
  566. </tr>
  567. <tr>
  568. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  569. <td><span class="parametername">item</span></td>
  570. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to insert</p>
  571. </td>
  572. </tr>
  573. </tbody>
  574. </table>
  575. <h5 id="IPA_Config_Data_List_Insert_System_Int32_IPA_Config_Data_Value__seealso">See Also</h5>
  576. <div class="seealso">
  577. <div><span class="xref">System.Collections.Generic.IList&lt;T&gt;.Insert</span>(<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a>, T)</div>
  578. </div>
  579. <span class="small pull-right mobile-hide">
  580. <span class="divider">|</span>
  581. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/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>
  582. </span>
  583. <span class="small pull-right mobile-hide">
  584. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/777adc0222baf310f67c08f6bc259d3acb5338fa/IPA.Loader/Config/Data/List.cs/#L104">View Source</a>
  585. </span>
  586. <a id="IPA_Config_Data_List_Remove_" data-uid="IPA.Config.Data.List.Remove*"></a>
  587. <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>
  588. <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>
  589. </div>
  590. <div class="markdown level1 conceptual"></div>
  591. <h5 class="decalaration">Declaration</h5>
  592. <div class="codewrapper">
  593. <pre><code class="lang-csharp hljs">public bool Remove(Value item)</code></pre>
  594. </div>
  595. <h5 class="parameters">Parameters</h5>
  596. <table class="table table-bordered table-striped table-condensed">
  597. <thead>
  598. <tr>
  599. <th>Type</th>
  600. <th>Name</th>
  601. <th>Description</th>
  602. </tr>
  603. </thead>
  604. <tbody>
  605. <tr>
  606. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  607. <td><span class="parametername">item</span></td>
  608. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to remove</p>
  609. </td>
  610. </tr>
  611. </tbody>
  612. </table>
  613. <h5 class="returns">Returns</h5>
  614. <table class="table table-bordered table-striped table-condensed">
  615. <thead>
  616. <tr>
  617. <th>Type</th>
  618. <th>Description</th>
  619. </tr>
  620. </thead>
  621. <tbody>
  622. <tr>
  623. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  624. <td><p><span class="xref">true</span> if the item was removed, <span class="xref">false</span> otherwise</p>
  625. </td>
  626. </tr>
  627. </tbody>
  628. </table>
  629. <h5 id="IPA_Config_Data_List_Remove_IPA_Config_Data_Value__seealso">See Also</h5>
  630. <div class="seealso">
  631. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.remove#system-collections-generic-icollection-1-remove(-0)">Remove</a>(T)</div>
  632. </div>
  633. <span class="small pull-right mobile-hide">
  634. <span class="divider">|</span>
  635. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_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>
  636. </span>
  637. <span class="small pull-right mobile-hide">
  638. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/777adc0222baf310f67c08f6bc259d3acb5338fa/IPA.Loader/Config/Data/List.cs/#L111">View Source</a>
  639. </span>
  640. <a id="IPA_Config_Data_List_RemoveAt_" data-uid="IPA.Config.Data.List.RemoveAt*"></a>
  641. <h4 id="IPA_Config_Data_List_RemoveAt_System_Int32_" data-uid="IPA.Config.Data.List.RemoveAt(System.Int32)">RemoveAt(Int32)</h4>
  642. <div class="markdown level1 summary"><p>Removes a <a class="xref" href="IPA.Config.Data.Value.html">Value</a> at an index.</p>
  643. </div>
  644. <div class="markdown level1 conceptual"></div>
  645. <h5 class="decalaration">Declaration</h5>
  646. <div class="codewrapper">
  647. <pre><code class="lang-csharp hljs">public void RemoveAt(int index)</code></pre>
  648. </div>
  649. <h5 class="parameters">Parameters</h5>
  650. <table class="table table-bordered table-striped table-condensed">
  651. <thead>
  652. <tr>
  653. <th>Type</th>
  654. <th>Name</th>
  655. <th>Description</th>
  656. </tr>
  657. </thead>
  658. <tbody>
  659. <tr>
  660. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  661. <td><span class="parametername">index</span></td>
  662. <td><p>the index to remove a <a class="xref" href="IPA.Config.Data.Value.html">Value</a> at</p>
  663. </td>
  664. </tr>
  665. </tbody>
  666. </table>
  667. <h5 id="IPA_Config_Data_List_RemoveAt_System_Int32__seealso">See Also</h5>
  668. <div class="seealso">
  669. <div><a class="xref" href="https://learn.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://learn.microsoft.com/dotnet/api/system.int32">Int32</a>)</div>
  670. </div>
  671. <span class="small pull-right mobile-hide">
  672. <span class="divider">|</span>
  673. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/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>
  674. </span>
  675. <span class="small pull-right mobile-hide">
  676. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/777adc0222baf310f67c08f6bc259d3acb5338fa/IPA.Loader/Config/Data/List.cs/#L117">View Source</a>
  677. </span>
  678. <a id="IPA_Config_Data_List_ToString_" data-uid="IPA.Config.Data.List.ToString*"></a>
  679. <h4 id="IPA_Config_Data_List_ToString" data-uid="IPA.Config.Data.List.ToString">ToString()</h4>
  680. <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>
  681. </div>
  682. <div class="markdown level1 conceptual"></div>
  683. <h5 class="decalaration">Declaration</h5>
  684. <div class="codewrapper">
  685. <pre><code class="lang-csharp hljs">public override string ToString()</code></pre>
  686. </div>
  687. <h5 class="returns">Returns</h5>
  688. <table class="table table-bordered table-striped table-condensed">
  689. <thead>
  690. <tr>
  691. <th>Type</th>
  692. <th>Description</th>
  693. </tr>
  694. </thead>
  695. <tbody>
  696. <tr>
  697. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  698. <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>
  699. </td>
  700. </tr>
  701. </tbody>
  702. </table>
  703. <h5 class="overrides">Overrides</h5>
  704. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_ToString">Value.ToString()</a></div>
  705. <h3 id="eii">Explicit Interface Implementations
  706. </h3>
  707. <span class="small pull-right mobile-hide">
  708. <span class="divider">|</span>
  709. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/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>
  710. </span>
  711. <span class="small pull-right mobile-hide">
  712. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/777adc0222baf310f67c08f6bc259d3acb5338fa/IPA.Loader/Config/Data/List.cs/#L34">View Source</a>
  713. </span>
  714. <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>
  715. <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>
  716. <div class="markdown level1 summary"></div>
  717. <div class="markdown level1 conceptual"></div>
  718. <h5 class="decalaration">Declaration</h5>
  719. <div class="codewrapper">
  720. <pre><code class="lang-csharp hljs">bool ICollection&lt;Value&gt;.IsReadOnly { get; }</code></pre>
  721. </div>
  722. <h5 class="returns">Returns</h5>
  723. <table class="table table-bordered table-striped table-condensed">
  724. <thead>
  725. <tr>
  726. <th>Type</th>
  727. <th>Description</th>
  728. </tr>
  729. </thead>
  730. <tbody>
  731. <tr>
  732. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  733. <td></td>
  734. </tr>
  735. </tbody>
  736. </table>
  737. <span class="small pull-right mobile-hide">
  738. <span class="divider">|</span>
  739. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/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>
  740. </span>
  741. <span class="small pull-right mobile-hide">
  742. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/777adc0222baf310f67c08f6bc259d3acb5338fa/IPA.Loader/Config/Data/List.cs/#L120">View Source</a>
  743. </span>
  744. <a id="IPA_Config_Data_List_System_Collections_IEnumerable_GetEnumerator_" data-uid="IPA.Config.Data.List.System#Collections#IEnumerable#GetEnumerator*"></a>
  745. <h4 id="IPA_Config_Data_List_System_Collections_IEnumerable_GetEnumerator" data-uid="IPA.Config.Data.List.System#Collections#IEnumerable#GetEnumerator">IEnumerable.GetEnumerator()</h4>
  746. <div class="markdown level1 summary"></div>
  747. <div class="markdown level1 conceptual"></div>
  748. <h5 class="decalaration">Declaration</h5>
  749. <div class="codewrapper">
  750. <pre><code class="lang-csharp hljs">IEnumerator IEnumerable.GetEnumerator()</code></pre>
  751. </div>
  752. <h5 class="returns">Returns</h5>
  753. <table class="table table-bordered table-striped table-condensed">
  754. <thead>
  755. <tr>
  756. <th>Type</th>
  757. <th>Description</th>
  758. </tr>
  759. </thead>
  760. <tbody>
  761. <tr>
  762. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerator">IEnumerator</a></td>
  763. <td></td>
  764. </tr>
  765. </tbody>
  766. </table>
  767. <h3 id="implements">Implements</h3>
  768. <div>
  769. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">System.Collections.Generic.IList&lt;T&gt;</a>
  770. </div>
  771. <div>
  772. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">System.Collections.Generic.ICollection&lt;T&gt;</a>
  773. </div>
  774. <div>
  775. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">System.Collections.Generic.IEnumerable&lt;T&gt;</a>
  776. </div>
  777. <div>
  778. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">System.Collections.IEnumerable</a>
  779. </div>
  780. <h3 id="extensionmethods">Extension Methods</h3>
  781. <div>
  782. <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>
  783. </div>
  784. <div>
  785. <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>
  786. </div>
  787. <div>
  788. <a class="xref" href="IPA.Utilities.EnumerableExtensions.html#IPA_Utilities_EnumerableExtensions_NonNull__2_System_Collections_Generic_IEnumerable___0__System_Func___0_System_Nullable___1___">EnumerableExtensions.NonNull&lt;T, U&gt;(IEnumerable&lt;T&gt;, Func&lt;T, Nullable&lt;U&gt;&gt;)</a>
  789. </div>
  790. <div>
  791. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetField__2___0_System_String___1_">ReflectionUtil.SetField&lt;T, U&gt;(T, String, U)</a>
  792. </div>
  793. <div>
  794. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetField__2___1_System_String_">ReflectionUtil.GetField&lt;U, T&gt;(T, String)</a>
  795. </div>
  796. <div>
  797. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetProperty__2___0_System_String___1_">ReflectionUtil.SetProperty&lt;T, U&gt;(T, String, U)</a>
  798. </div>
  799. <div>
  800. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetProperty__2___1_System_String_">ReflectionUtil.GetProperty&lt;U, T&gt;(T, String)</a>
  801. </div>
  802. <div>
  803. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokeMethod__2___1_System_String_System_Object___">ReflectionUtil.InvokeMethod&lt;U, T&gt;(T, String, Object[])</a>
  804. </div>
  805. </article>
  806. </div>
  807. <div class="hidden-sm col-md-2" role="complementary">
  808. <div class="sideaffix">
  809. <div class="contribution">
  810. <ul class="nav">
  811. <li>
  812. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/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>
  813. </li>
  814. <li>
  815. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/777adc0222baf310f67c08f6bc259d3acb5338fa/IPA.Loader/Config/Data/List.cs/#L14" class="contribution-link">View Source</a>
  816. </li>
  817. </ul>
  818. </div>
  819. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  820. <h5>In This Article</h5>
  821. <div></div>
  822. </nav>
  823. </div>
  824. </div>
  825. </div>
  826. </div>
  827. <footer>
  828. <div class="grad-bottom"></div>
  829. <div class="footer">
  830. <div class="container">
  831. <span class="pull-right">
  832. <a href="#top">Back to top</a>
  833. </span>
  834. <span>Generated by <strong>DocFX</strong></span>
  835. </div>
  836. </div>
  837. </footer>
  838. </div>
  839. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  840. <script type="text/javascript" src="../styles/docfx.js"></script>
  841. <script type="text/javascript" src="../styles/main.js"></script>
  842. </body>
  843. </html>