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.

712 lines
36 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.59.3.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 <see cref="!:Value.From(IEnumerable&lt;Value>)"></see> 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://docs.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><span class="xref">IList</span>&lt;<a class="xref" href="IPA.Config.Data.Value.html">Value</a>&gt;</div>
  90. </div>
  91. <div class="inheritedMembers">
  92. <h5>Inherited Members</h5>
  93. <div>
  94. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Null">Value.Null()</a>
  95. </div>
  96. <div>
  97. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_List">Value.List()</a>
  98. </div>
  99. <div>
  100. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Map">Value.Map()</a>
  101. </div>
  102. <div>
  103. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Nullable_System_String__">Value.From(Nullable&lt;String&gt;)</a>
  104. </div>
  105. <div>
  106. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Text_System_Nullable_System_String__">Value.Text(Nullable&lt;String&gt;)</a>
  107. </div>
  108. <div>
  109. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Int64_">Value.From(Int64)</a>
  110. </div>
  111. <div>
  112. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Integer_System_Int64_">Value.Integer(Int64)</a>
  113. </div>
  114. <div>
  115. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Decimal_">Value.From(Decimal)</a>
  116. </div>
  117. <div>
  118. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Float_System_Decimal_">Value.Float(Decimal)</a>
  119. </div>
  120. <div>
  121. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Boolean_">Value.From(Boolean)</a>
  122. </div>
  123. <div>
  124. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Bool_System_Boolean_">Value.Bool(Boolean)</a>
  125. </div>
  126. <div>
  127. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Nullable_IEnumerable_IPA_Config_Data_Value___">Value.From(Nullable&lt;IEnumerable&lt;Value&gt;&gt;)</a>
  128. </div>
  129. <div>
  130. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_IDictionary_System_String_IPA_Config_Data_Value__">Value.From(IDictionary&lt;String, Value&gt;)</a>
  131. </div>
  132. <div>
  133. <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Nullable_IEnumerable_KeyValuePair_System_String_IPA_Config_Data_Value____">Value.From(Nullable&lt;IEnumerable&lt;KeyValuePair&lt;String, Value&gt;&gt;&gt;)</a>
  134. </div>
  135. </div>
  136. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Config.Data.html">IPA.Config.Data</a></h6>
  137. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  138. <h5 id="IPA_Config_Data_List_syntax">Syntax</h5>
  139. <div class="codewrapper">
  140. <pre><code class="lang-csharp hljs">public sealed class List : Value</code></pre>
  141. </div>
  142. <h3 id="properties">Properties
  143. </h3>
  144. <span class="small pull-right mobile-hide">
  145. <span class="divider">|</span>
  146. <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>
  147. </span>
  148. <span class="small pull-right mobile-hide">
  149. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/List.cs/#L32">View Source</a>
  150. </span>
  151. <a id="IPA_Config_Data_List_Count_" data-uid="IPA.Config.Data.List.Count*"></a>
  152. <h4 id="IPA_Config_Data_List_Count" data-uid="IPA.Config.Data.List.Count">Count</h4>
  153. <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>
  154. </div>
  155. <div class="markdown level1 conceptual"></div>
  156. <h5 class="decalaration">Declaration</h5>
  157. <div class="codewrapper">
  158. <pre><code class="lang-csharp hljs">public int Count { get; }</code></pre>
  159. </div>
  160. <h5 class="propertyValue">Property Value</h5>
  161. <table class="table table-bordered table-striped table-condensed">
  162. <thead>
  163. <tr>
  164. <th>Type</th>
  165. <th>Description</th>
  166. </tr>
  167. </thead>
  168. <tbody>
  169. <tr>
  170. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  171. <td></td>
  172. </tr>
  173. </tbody>
  174. </table>
  175. <span class="small pull-right mobile-hide">
  176. <span class="divider">|</span>
  177. <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>
  178. </span>
  179. <span class="small pull-right mobile-hide">
  180. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/List.cs/#L26">View Source</a>
  181. </span>
  182. <a id="IPA_Config_Data_List_Item_" data-uid="IPA.Config.Data.List.Item*"></a>
  183. <h4 id="IPA_Config_Data_List_Item_System_Int32_" data-uid="IPA.Config.Data.List.Item(System.Int32)">Item[Int32]</h4>
  184. <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>
  185. </div>
  186. <div class="markdown level1 conceptual"></div>
  187. <h5 class="decalaration">Declaration</h5>
  188. <div class="codewrapper">
  189. <pre><code class="lang-csharp hljs">public Value this[int index] { get; set; }</code></pre>
  190. </div>
  191. <h5 class="parameters">Parameters</h5>
  192. <table class="table table-bordered table-striped table-condensed">
  193. <thead>
  194. <tr>
  195. <th>Type</th>
  196. <th>Name</th>
  197. <th>Description</th>
  198. </tr>
  199. </thead>
  200. <tbody>
  201. <tr>
  202. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  203. <td><span class="parametername">index</span></td>
  204. <td><p>the index to retrieve the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> at</p>
  205. </td>
  206. </tr>
  207. </tbody>
  208. </table>
  209. <h5 class="propertyValue">Property Value</h5>
  210. <table class="table table-bordered table-striped table-condensed">
  211. <thead>
  212. <tr>
  213. <th>Type</th>
  214. <th>Description</th>
  215. </tr>
  216. </thead>
  217. <tbody>
  218. <tr>
  219. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  220. <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>
  221. </td>
  222. </tr>
  223. </tbody>
  224. </table>
  225. <h3 id="methods">Methods
  226. </h3>
  227. <span class="small pull-right mobile-hide">
  228. <span class="divider">|</span>
  229. <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>
  230. </span>
  231. <span class="small pull-right mobile-hide">
  232. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/List.cs/#L41">View Source</a>
  233. </span>
  234. <a id="IPA_Config_Data_List_Add_" data-uid="IPA.Config.Data.List.Add*"></a>
  235. <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>
  236. <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>
  237. </div>
  238. <div class="markdown level1 conceptual"></div>
  239. <h5 class="decalaration">Declaration</h5>
  240. <div class="codewrapper">
  241. <pre><code class="lang-csharp hljs">public void Add(Value item)</code></pre>
  242. </div>
  243. <h5 class="parameters">Parameters</h5>
  244. <table class="table table-bordered table-striped table-condensed">
  245. <thead>
  246. <tr>
  247. <th>Type</th>
  248. <th>Name</th>
  249. <th>Description</th>
  250. </tr>
  251. </thead>
  252. <tbody>
  253. <tr>
  254. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  255. <td><span class="parametername">item</span></td>
  256. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to add</p>
  257. </td>
  258. </tr>
  259. </tbody>
  260. </table>
  261. <span class="small pull-right mobile-hide">
  262. <span class="divider">|</span>
  263. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_List_AddRange_IEnumerable_IPA_Config_Data_Value__.md&amp;value=---%0Auid%3A%20IPA.Config.Data.List.AddRange(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>
  264. </span>
  265. <span class="small pull-right mobile-hide">
  266. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/List.cs/#L47">View Source</a>
  267. </span>
  268. <a id="IPA_Config_Data_List_AddRange_" data-uid="IPA.Config.Data.List.AddRange*"></a>
  269. <h4 id="IPA_Config_Data_List_AddRange_IEnumerable_IPA_Config_Data_Value__" data-uid="IPA.Config.Data.List.AddRange(IEnumerable{IPA.Config.Data.Value})">AddRange(IEnumerable&lt;Value&gt;)</h4>
  270. <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>
  271. </div>
  272. <div class="markdown level1 conceptual"></div>
  273. <h5 class="decalaration">Declaration</h5>
  274. <div class="codewrapper">
  275. <pre><code class="lang-csharp hljs">public void AddRange(IEnumerable&lt;Value&gt; vals)</code></pre>
  276. </div>
  277. <h5 class="parameters">Parameters</h5>
  278. <table class="table table-bordered table-striped table-condensed">
  279. <thead>
  280. <tr>
  281. <th>Type</th>
  282. <th>Name</th>
  283. <th>Description</th>
  284. </tr>
  285. </thead>
  286. <tbody>
  287. <tr>
  288. <td><span class="xref">IEnumerable</span>&lt;<a class="xref" href="IPA.Config.Data.Value.html">Value</a>&gt;</td>
  289. <td><span class="parametername">vals</span></td>
  290. <td><p>the range of <a class="xref" href="IPA.Config.Data.Value.html">Value</a>s to add</p>
  291. </td>
  292. </tr>
  293. </tbody>
  294. </table>
  295. <span class="small pull-right mobile-hide">
  296. <span class="divider">|</span>
  297. <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>
  298. </span>
  299. <span class="small pull-right mobile-hide">
  300. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/List.cs/#L57">View Source</a>
  301. </span>
  302. <a id="IPA_Config_Data_List_Clear_" data-uid="IPA.Config.Data.List.Clear*"></a>
  303. <h4 id="IPA_Config_Data_List_Clear" data-uid="IPA.Config.Data.List.Clear">Clear()</h4>
  304. <div class="markdown level1 summary"><p>Clears the <a class="xref" href="IPA.Config.Data.List.html">List</a>.</p>
  305. </div>
  306. <div class="markdown level1 conceptual"></div>
  307. <h5 class="decalaration">Declaration</h5>
  308. <div class="codewrapper">
  309. <pre><code class="lang-csharp hljs">public void Clear()</code></pre>
  310. </div>
  311. <span class="small pull-right mobile-hide">
  312. <span class="divider">|</span>
  313. <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>
  314. </span>
  315. <span class="small pull-right mobile-hide">
  316. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/List.cs/#L65">View Source</a>
  317. </span>
  318. <a id="IPA_Config_Data_List_Contains_" data-uid="IPA.Config.Data.List.Contains*"></a>
  319. <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>
  320. <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>
  321. </div>
  322. <div class="markdown level1 conceptual"></div>
  323. <h5 class="decalaration">Declaration</h5>
  324. <div class="codewrapper">
  325. <pre><code class="lang-csharp hljs">public bool Contains(Value item)</code></pre>
  326. </div>
  327. <h5 class="parameters">Parameters</h5>
  328. <table class="table table-bordered table-striped table-condensed">
  329. <thead>
  330. <tr>
  331. <th>Type</th>
  332. <th>Name</th>
  333. <th>Description</th>
  334. </tr>
  335. </thead>
  336. <tbody>
  337. <tr>
  338. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  339. <td><span class="parametername">item</span></td>
  340. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to check for</p>
  341. </td>
  342. </tr>
  343. </tbody>
  344. </table>
  345. <h5 class="returns">Returns</h5>
  346. <table class="table table-bordered table-striped table-condensed">
  347. <thead>
  348. <tr>
  349. <th>Type</th>
  350. <th>Description</th>
  351. </tr>
  352. </thead>
  353. <tbody>
  354. <tr>
  355. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  356. <td><span class="xref">true</span> if the item was founc, otherwise <span class="xref">false</span></td>
  357. </tr>
  358. </tbody>
  359. </table>
  360. <span class="small pull-right mobile-hide">
  361. <span class="divider">|</span>
  362. <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>
  363. </span>
  364. <span class="small pull-right mobile-hide">
  365. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/List.cs/#L73">View Source</a>
  366. </span>
  367. <a id="IPA_Config_Data_List_CopyTo_" data-uid="IPA.Config.Data.List.CopyTo*"></a>
  368. <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>
  369. <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 <see cref="!:Array"></see> in <code data-dev-comment-type="paramref" class="paramref">array</code>.</p>
  370. </div>
  371. <div class="markdown level1 conceptual"></div>
  372. <h5 class="decalaration">Declaration</h5>
  373. <div class="codewrapper">
  374. <pre><code class="lang-csharp hljs">public void CopyTo(Value[] array, int arrayIndex)</code></pre>
  375. </div>
  376. <h5 class="parameters">Parameters</h5>
  377. <table class="table table-bordered table-striped table-condensed">
  378. <thead>
  379. <tr>
  380. <th>Type</th>
  381. <th>Name</th>
  382. <th>Description</th>
  383. </tr>
  384. </thead>
  385. <tbody>
  386. <tr>
  387. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a>[]</td>
  388. <td><span class="parametername">array</span></td>
  389. <td><p>the <see cref="!:Array"></see> to copy to</p>
  390. </td>
  391. </tr>
  392. <tr>
  393. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  394. <td><span class="parametername">arrayIndex</span></td>
  395. <td><p>the starting index to copy to</p>
  396. </td>
  397. </tr>
  398. </tbody>
  399. </table>
  400. <span class="small pull-right mobile-hide">
  401. <span class="divider">|</span>
  402. <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>
  403. </span>
  404. <span class="small pull-right mobile-hide">
  405. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/List.cs/#L80">View Source</a>
  406. </span>
  407. <a id="IPA_Config_Data_List_GetEnumerator_" data-uid="IPA.Config.Data.List.GetEnumerator*"></a>
  408. <h4 id="IPA_Config_Data_List_GetEnumerator" data-uid="IPA.Config.Data.List.GetEnumerator">GetEnumerator()</h4>
  409. <div class="markdown level1 summary"><p>Gets an enumerator to enumerate the <a class="xref" href="IPA.Config.Data.List.html">List</a>.</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 IEnumerator&lt;Value&gt; GetEnumerator()</code></pre>
  415. </div>
  416. <h5 class="returns">Returns</h5>
  417. <table class="table table-bordered table-striped table-condensed">
  418. <thead>
  419. <tr>
  420. <th>Type</th>
  421. <th>Description</th>
  422. </tr>
  423. </thead>
  424. <tbody>
  425. <tr>
  426. <td><span class="xref">IEnumerator</span>&lt;<a class="xref" href="IPA.Config.Data.Value.html">Value</a>&gt;</td>
  427. <td><p>an <see cref="!:IEnumerator&lt;T>"></see> for this <a class="xref" href="IPA.Config.Data.List.html">List</a></p>
  428. </td>
  429. </tr>
  430. </tbody>
  431. </table>
  432. <span class="small pull-right mobile-hide">
  433. <span class="divider">|</span>
  434. <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>
  435. </span>
  436. <span class="small pull-right mobile-hide">
  437. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/List.cs/#L88">View Source</a>
  438. </span>
  439. <a id="IPA_Config_Data_List_IndexOf_" data-uid="IPA.Config.Data.List.IndexOf*"></a>
  440. <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>
  441. <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>
  442. </div>
  443. <div class="markdown level1 conceptual"></div>
  444. <h5 class="decalaration">Declaration</h5>
  445. <div class="codewrapper">
  446. <pre><code class="lang-csharp hljs">public int IndexOf(Value item)</code></pre>
  447. </div>
  448. <h5 class="parameters">Parameters</h5>
  449. <table class="table table-bordered table-striped table-condensed">
  450. <thead>
  451. <tr>
  452. <th>Type</th>
  453. <th>Name</th>
  454. <th>Description</th>
  455. </tr>
  456. </thead>
  457. <tbody>
  458. <tr>
  459. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  460. <td><span class="parametername">item</span></td>
  461. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to search for</p>
  462. </td>
  463. </tr>
  464. </tbody>
  465. </table>
  466. <h5 class="returns">Returns</h5>
  467. <table class="table table-bordered table-striped table-condensed">
  468. <thead>
  469. <tr>
  470. <th>Type</th>
  471. <th>Description</th>
  472. </tr>
  473. </thead>
  474. <tbody>
  475. <tr>
  476. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  477. <td><p>the index that the <code data-dev-comment-type="paramref" class="paramref">item</code> was at, or -1.</p>
  478. </td>
  479. </tr>
  480. </tbody>
  481. </table>
  482. <span class="small pull-right mobile-hide">
  483. <span class="divider">|</span>
  484. <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>
  485. </span>
  486. <span class="small pull-right mobile-hide">
  487. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/List.cs/#L96">View Source</a>
  488. </span>
  489. <a id="IPA_Config_Data_List_Insert_" data-uid="IPA.Config.Data.List.Insert*"></a>
  490. <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>
  491. <div class="markdown level1 summary"><p>Inserts a <a class="xref" href="IPA.Config.Data.Value.html">Value</a> at an index.</p>
  492. </div>
  493. <div class="markdown level1 conceptual"></div>
  494. <h5 class="decalaration">Declaration</h5>
  495. <div class="codewrapper">
  496. <pre><code class="lang-csharp hljs">public void Insert(int index, Value item)</code></pre>
  497. </div>
  498. <h5 class="parameters">Parameters</h5>
  499. <table class="table table-bordered table-striped table-condensed">
  500. <thead>
  501. <tr>
  502. <th>Type</th>
  503. <th>Name</th>
  504. <th>Description</th>
  505. </tr>
  506. </thead>
  507. <tbody>
  508. <tr>
  509. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  510. <td><span class="parametername">index</span></td>
  511. <td><p>the index to insert at</p>
  512. </td>
  513. </tr>
  514. <tr>
  515. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  516. <td><span class="parametername">item</span></td>
  517. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to insert</p>
  518. </td>
  519. </tr>
  520. </tbody>
  521. </table>
  522. <span class="small pull-right mobile-hide">
  523. <span class="divider">|</span>
  524. <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>
  525. </span>
  526. <span class="small pull-right mobile-hide">
  527. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/List.cs/#L104">View Source</a>
  528. </span>
  529. <a id="IPA_Config_Data_List_Remove_" data-uid="IPA.Config.Data.List.Remove*"></a>
  530. <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>
  531. <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>
  532. </div>
  533. <div class="markdown level1 conceptual"></div>
  534. <h5 class="decalaration">Declaration</h5>
  535. <div class="codewrapper">
  536. <pre><code class="lang-csharp hljs">public bool Remove(Value item)</code></pre>
  537. </div>
  538. <h5 class="parameters">Parameters</h5>
  539. <table class="table table-bordered table-striped table-condensed">
  540. <thead>
  541. <tr>
  542. <th>Type</th>
  543. <th>Name</th>
  544. <th>Description</th>
  545. </tr>
  546. </thead>
  547. <tbody>
  548. <tr>
  549. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  550. <td><span class="parametername">item</span></td>
  551. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to remove</p>
  552. </td>
  553. </tr>
  554. </tbody>
  555. </table>
  556. <h5 class="returns">Returns</h5>
  557. <table class="table table-bordered table-striped table-condensed">
  558. <thead>
  559. <tr>
  560. <th>Type</th>
  561. <th>Description</th>
  562. </tr>
  563. </thead>
  564. <tbody>
  565. <tr>
  566. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  567. <td><p><span class="xref">true</span> if the item was removed, <span class="xref">false</span> otherwise</p>
  568. </td>
  569. </tr>
  570. </tbody>
  571. </table>
  572. <span class="small pull-right mobile-hide">
  573. <span class="divider">|</span>
  574. <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>
  575. </span>
  576. <span class="small pull-right mobile-hide">
  577. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/List.cs/#L111">View Source</a>
  578. </span>
  579. <a id="IPA_Config_Data_List_RemoveAt_" data-uid="IPA.Config.Data.List.RemoveAt*"></a>
  580. <h4 id="IPA_Config_Data_List_RemoveAt_System_Int32_" data-uid="IPA.Config.Data.List.RemoveAt(System.Int32)">RemoveAt(Int32)</h4>
  581. <div class="markdown level1 summary"><p>Removes a <a class="xref" href="IPA.Config.Data.Value.html">Value</a> at an index.</p>
  582. </div>
  583. <div class="markdown level1 conceptual"></div>
  584. <h5 class="decalaration">Declaration</h5>
  585. <div class="codewrapper">
  586. <pre><code class="lang-csharp hljs">public void RemoveAt(int index)</code></pre>
  587. </div>
  588. <h5 class="parameters">Parameters</h5>
  589. <table class="table table-bordered table-striped table-condensed">
  590. <thead>
  591. <tr>
  592. <th>Type</th>
  593. <th>Name</th>
  594. <th>Description</th>
  595. </tr>
  596. </thead>
  597. <tbody>
  598. <tr>
  599. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  600. <td><span class="parametername">index</span></td>
  601. <td><p>the index to remove a <a class="xref" href="IPA.Config.Data.Value.html">Value</a> at</p>
  602. </td>
  603. </tr>
  604. </tbody>
  605. </table>
  606. <span class="small pull-right mobile-hide">
  607. <span class="divider">|</span>
  608. <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>
  609. </span>
  610. <span class="small pull-right mobile-hide">
  611. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/List.cs/#L117">View Source</a>
  612. </span>
  613. <a id="IPA_Config_Data_List_ToString_" data-uid="IPA.Config.Data.List.ToString*"></a>
  614. <h4 id="IPA_Config_Data_List_ToString" data-uid="IPA.Config.Data.List.ToString">ToString()</h4>
  615. <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>
  616. </div>
  617. <div class="markdown level1 conceptual"></div>
  618. <h5 class="decalaration">Declaration</h5>
  619. <div class="codewrapper">
  620. <pre><code class="lang-csharp hljs">public override string ToString()</code></pre>
  621. </div>
  622. <h5 class="returns">Returns</h5>
  623. <table class="table table-bordered table-striped table-condensed">
  624. <thead>
  625. <tr>
  626. <th>Type</th>
  627. <th>Description</th>
  628. </tr>
  629. </thead>
  630. <tbody>
  631. <tr>
  632. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
  633. <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>
  634. </td>
  635. </tr>
  636. </tbody>
  637. </table>
  638. <h5 class="overrides">Overrides</h5>
  639. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_ToString">Value.ToString()</a></div>
  640. <h3 id="implements">Implements</h3>
  641. <div>
  642. <span class="xref">IList&lt;&gt;</span>
  643. </div>
  644. <h3 id="extensionmethods">Extension Methods</h3>
  645. <div>
  646. <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>
  647. </div>
  648. <div>
  649. <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>
  650. </div>
  651. <div>
  652. <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>
  653. </div>
  654. <div>
  655. <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>
  656. </div>
  657. <div>
  658. <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>
  659. </div>
  660. </article>
  661. </div>
  662. <div class="hidden-sm col-md-2" role="complementary">
  663. <div class="sideaffix">
  664. <div class="contribution">
  665. <ul class="nav">
  666. <li>
  667. <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>
  668. </li>
  669. <li>
  670. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/List.cs/#L14" class="contribution-link">View Source</a>
  671. </li>
  672. </ul>
  673. </div>
  674. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  675. <h5>In This Article</h5>
  676. <div></div>
  677. </nav>
  678. </div>
  679. </div>
  680. </div>
  681. </div>
  682. <footer>
  683. <div class="grad-bottom"></div>
  684. <div class="footer">
  685. <div class="container">
  686. <span class="pull-right">
  687. <a href="#top">Back to top</a>
  688. </span>
  689. <span>Generated by <strong>DocFX</strong></span>
  690. </div>
  691. </div>
  692. </footer>
  693. </div>
  694. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  695. <script type="text/javascript" src="../styles/docfx.js"></script>
  696. <script type="text/javascript" src="../styles/main.js"></script>
  697. </body>
  698. </html>