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.

339 lines
18 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 IListConverter&lt;T&gt;
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class IListConverter&lt;T&gt;
  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.Stores.Converters.IListConverter`1">
  75. <h1 id="IPA_Config_Stores_Converters_IListConverter_1" data-uid="IPA.Config.Stores.Converters.IListConverter`1" class="text-break">Class IListConverter&lt;T&gt;
  76. </h1>
  77. <div class="markdown level0 summary"><p>A <a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html">CollectionConverter&lt;T, TCollection&gt;</a> for an <see cref="!:IList&lt;T>"></see>, creating a <see cref="!:List&lt;T>"></see> when deserializing.</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.Stores.ValueConverter-1.html">ValueConverter</a>&lt;<span class="xref">IList</span>&lt;T&gt;&gt;</div>
  84. <div class="level2"><a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html">CollectionConverter</a>&lt;T, <span class="xref">IList</span>&lt;T&gt;&gt;</div>
  85. <div class="level3"><span class="xref">IListConverter&lt;T&gt;</span></div>
  86. <div class="level4"><a class="xref" href="IPA.Config.Stores.Converters.IListConverter-2.html">IListConverter&lt;T, TConverter&gt;</a></div>
  87. </div>
  88. <div class="implements">
  89. <h5>Implements</h5>
  90. <div><a class="xref" href="IPA.Config.Stores.IValueConverter.html">IValueConverter</a></div>
  91. </div>
  92. <div class="inheritedMembers">
  93. <h5>Inherited Members</h5>
  94. <div>
  95. <a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html#IPA_Config_Stores_Converters_CollectionConverter_2_BaseConverter">CollectionConverter&lt;T, IList&lt;T&gt;&gt;.BaseConverter</a>
  96. </div>
  97. <div>
  98. <a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html#IPA_Config_Stores_Converters_CollectionConverter_2_Create_System_Int32_System_Object_">CollectionConverter&lt;T, IList&lt;T&gt;&gt;.Create(Int32, Object)</a>
  99. </div>
  100. <div>
  101. <a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html#IPA_Config_Stores_Converters_CollectionConverter_2_PopulateFromValue__1_IPA_Config_Data_List_System_Object_">CollectionConverter&lt;T, IList&lt;T&gt;&gt;.PopulateFromValue(IList&lt;T&gt;, List, Object)</a>
  102. </div>
  103. <div>
  104. <a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html#IPA_Config_Stores_Converters_CollectionConverter_2_FromValue_IPA_Config_Data_Value_System_Object_">CollectionConverter&lt;T, IList&lt;T&gt;&gt;.FromValue(Value, Object)</a>
  105. </div>
  106. <div>
  107. <a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html#IPA_Config_Stores_Converters_CollectionConverter_2_ToValue__1_System_Object_">CollectionConverter&lt;T, IList&lt;T&gt;&gt;.ToValue(IList&lt;T&gt;, Object)</a>
  108. </div>
  109. <div>
  110. <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_ToValue__0_System_Object_">ValueConverter&lt;IList&lt;T&gt;&gt;.ToValue(IList&lt;T&gt;, Object)</a>
  111. </div>
  112. <div>
  113. <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_FromValue_IPA_Config_Data_Value_System_Object_">ValueConverter&lt;IList&lt;T&gt;&gt;.FromValue(Value, Object)</a>
  114. </div>
  115. <div>
  116. <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_ToValue_System_Nullable_System_Object__System_Object_">ValueConverter&lt;IList&lt;T&gt;&gt;.IValueConverter.ToValue(Nullable&lt;Object&gt;, Object)</a>
  117. </div>
  118. <div>
  119. <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_FromValue_IPA_Config_Data_Value_System_Object_">ValueConverter&lt;IList&lt;T&gt;&gt;.IValueConverter.FromValue(Value, Object)</a>
  120. </div>
  121. <div>
  122. <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_Type">ValueConverter&lt;IList&lt;T&gt;&gt;.IValueConverter.Type</a>
  123. </div>
  124. </div>
  125. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Config.Stores.Converters.html">IPA.Config.Stores.Converters</a></h6>
  126. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  127. <h5 id="IPA_Config_Stores_Converters_IListConverter_1_syntax">Syntax</h5>
  128. <div class="codewrapper">
  129. <pre><code class="lang-csharp hljs">public class IListConverter&lt;T&gt; : CollectionConverter&lt;T, IList&lt;T&gt;&gt;, IValueConverter</code></pre>
  130. </div>
  131. <h5 class="typeParameters">Type Parameters</h5>
  132. <table class="table table-bordered table-striped table-condensed">
  133. <thead>
  134. <tr>
  135. <th>Name</th>
  136. <th>Description</th>
  137. </tr>
  138. </thead>
  139. <tbody>
  140. <tr>
  141. <td><span class="parametername">T</span></td>
  142. <td><p>the element type of the <see cref="!:IList&lt;T>"></see></p>
  143. </td>
  144. </tr>
  145. </tbody>
  146. </table>
  147. <h3 id="constructors">Constructors
  148. </h3>
  149. <span class="small pull-right mobile-hide">
  150. <span class="divider">|</span>
  151. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Stores_Converters_IListConverter_1__ctor.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.IListConverter%601.%23ctor%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>
  152. </span>
  153. <span class="small pull-right mobile-hide">
  154. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Stores/CollectionConverter.cs/#L209">View Source</a>
  155. </span>
  156. <a id="IPA_Config_Stores_Converters_IListConverter_1__ctor_" data-uid="IPA.Config.Stores.Converters.IListConverter`1.#ctor*"></a>
  157. <h4 id="IPA_Config_Stores_Converters_IListConverter_1__ctor" data-uid="IPA.Config.Stores.Converters.IListConverter`1.#ctor">IListConverter()</h4>
  158. <div class="markdown level1 summary"><p>Creates an <a class="xref" href="IPA.Config.Stores.Converters.IListConverter-1.html">IListConverter&lt;T&gt;</a> using the default converter for <code data-dev-comment-type="typeparamref" class="typeparamref">T</code>.</p>
  159. </div>
  160. <div class="markdown level1 conceptual"></div>
  161. <h5 class="decalaration">Declaration</h5>
  162. <div class="codewrapper">
  163. <pre><code class="lang-csharp hljs">public IListConverter()</code></pre>
  164. </div>
  165. <h5 id="IPA_Config_Stores_Converters_IListConverter_1__ctor_seealso">See Also</h5>
  166. <div class="seealso">
  167. <div><a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html#IPA_Config_Stores_Converters_CollectionConverter_2__ctor">CollectionConverter()</a></div>
  168. </div>
  169. <span class="small pull-right mobile-hide">
  170. <span class="divider">|</span>
  171. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Stores_Converters_IListConverter_1__ctor_IPA_Config_Stores_ValueConverter__0__.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.IListConverter%601.%23ctor(IPA.Config.Stores.ValueConverter%7B%600%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>
  172. </span>
  173. <span class="small pull-right mobile-hide">
  174. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Stores/CollectionConverter.cs/#L214">View Source</a>
  175. </span>
  176. <a id="IPA_Config_Stores_Converters_IListConverter_1__ctor_" data-uid="IPA.Config.Stores.Converters.IListConverter`1.#ctor*"></a>
  177. <h4 id="IPA_Config_Stores_Converters_IListConverter_1__ctor_IPA_Config_Stores_ValueConverter__0__" data-uid="IPA.Config.Stores.Converters.IListConverter`1.#ctor(IPA.Config.Stores.ValueConverter{`0})">IListConverter(ValueConverter&lt;T&gt;)</h4>
  178. <div class="markdown level1 summary"><p>Creates an <a class="xref" href="IPA.Config.Stores.Converters.IListConverter-1.html">IListConverter&lt;T&gt;</a> using the specified underlying converter for values.</p>
  179. </div>
  180. <div class="markdown level1 conceptual"></div>
  181. <h5 class="decalaration">Declaration</h5>
  182. <div class="codewrapper">
  183. <pre><code class="lang-csharp hljs">public IListConverter(ValueConverter&lt;T&gt; underlying)</code></pre>
  184. </div>
  185. <h5 class="parameters">Parameters</h5>
  186. <table class="table table-bordered table-striped table-condensed">
  187. <thead>
  188. <tr>
  189. <th>Type</th>
  190. <th>Name</th>
  191. <th>Description</th>
  192. </tr>
  193. </thead>
  194. <tbody>
  195. <tr>
  196. <td><a class="xref" href="IPA.Config.Stores.ValueConverter-1.html">ValueConverter</a>&lt;T&gt;</td>
  197. <td><span class="parametername">underlying</span></td>
  198. <td><p>the underlying <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html">ValueConverter&lt;T&gt;</a> to use for the values</p>
  199. </td>
  200. </tr>
  201. </tbody>
  202. </table>
  203. <h3 id="methods">Methods
  204. </h3>
  205. <span class="small pull-right mobile-hide">
  206. <span class="divider">|</span>
  207. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Stores_Converters_IListConverter_1_Create_System_Int32_System_Object_.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.IListConverter%601.Create(System.Int32%2CSystem.Object)%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>
  208. </span>
  209. <span class="small pull-right mobile-hide">
  210. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Stores/CollectionConverter.cs/#L221">View Source</a>
  211. </span>
  212. <a id="IPA_Config_Stores_Converters_IListConverter_1_Create_" data-uid="IPA.Config.Stores.Converters.IListConverter`1.Create*"></a>
  213. <h4 id="IPA_Config_Stores_Converters_IListConverter_1_Create_System_Int32_System_Object_" data-uid="IPA.Config.Stores.Converters.IListConverter`1.Create(System.Int32,System.Object)">Create(Int32, Object)</h4>
  214. <div class="markdown level1 summary"><p>Creates a new <see cref="!:IList&lt;T>"></see> (a <see cref="!:List&lt;T>"></see>) for deserialization.</p>
  215. </div>
  216. <div class="markdown level1 conceptual"></div>
  217. <h5 class="decalaration">Declaration</h5>
  218. <div class="codewrapper">
  219. <pre><code class="lang-csharp hljs">protected override IList&lt;T&gt; Create(int size, object parent)</code></pre>
  220. </div>
  221. <h5 class="parameters">Parameters</h5>
  222. <table class="table table-bordered table-striped table-condensed">
  223. <thead>
  224. <tr>
  225. <th>Type</th>
  226. <th>Name</th>
  227. <th>Description</th>
  228. </tr>
  229. </thead>
  230. <tbody>
  231. <tr>
  232. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  233. <td><span class="parametername">size</span></td>
  234. <td><p>the size to initialize it to</p>
  235. </td>
  236. </tr>
  237. <tr>
  238. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  239. <td><span class="parametername">parent</span></td>
  240. <td><p>the object that will own the new object</p>
  241. </td>
  242. </tr>
  243. </tbody>
  244. </table>
  245. <h5 class="returns">Returns</h5>
  246. <table class="table table-bordered table-striped table-condensed">
  247. <thead>
  248. <tr>
  249. <th>Type</th>
  250. <th>Description</th>
  251. </tr>
  252. </thead>
  253. <tbody>
  254. <tr>
  255. <td><span class="xref">IList</span>&lt;T&gt;</td>
  256. <td><p>the new <see cref="!:IList&lt;T>"></see></p>
  257. </td>
  258. </tr>
  259. </tbody>
  260. </table>
  261. <h5 class="overrides">Overrides</h5>
  262. <div><span class="xref">IPA.Config.Stores.Converters.CollectionConverter&lt;T, IList&lt;T&gt;&gt;.Create(System.Int32, System.Object)</span></div>
  263. <h3 id="implements">Implements</h3>
  264. <div>
  265. <a class="xref" href="IPA.Config.Stores.IValueConverter.html">IValueConverter</a>
  266. </div>
  267. <h3 id="extensionmethods">Extension Methods</h3>
  268. <div>
  269. <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>
  270. </div>
  271. <div>
  272. <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>
  273. </div>
  274. <div>
  275. <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>
  276. </div>
  277. <div>
  278. <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>
  279. </div>
  280. <div>
  281. <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>
  282. </div>
  283. <h3 id="seealso">See Also</h3>
  284. <div class="seealso">
  285. <div><a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html">CollectionConverter</a>&lt;T, TCollection&gt;</div>
  286. </div>
  287. </article>
  288. </div>
  289. <div class="hidden-sm col-md-2" role="complementary">
  290. <div class="sideaffix">
  291. <div class="contribution">
  292. <ul class="nav">
  293. <li>
  294. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Stores_Converters_IListConverter_1.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.IListConverter%601%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>
  295. </li>
  296. <li>
  297. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Stores/CollectionConverter.cs/#L203" class="contribution-link">View Source</a>
  298. </li>
  299. </ul>
  300. </div>
  301. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  302. <h5>In This Article</h5>
  303. <div></div>
  304. </nav>
  305. </div>
  306. </div>
  307. </div>
  308. </div>
  309. <footer>
  310. <div class="grad-bottom"></div>
  311. <div class="footer">
  312. <div class="container">
  313. <span class="pull-right">
  314. <a href="#top">Back to top</a>
  315. </span>
  316. <span>Generated by <strong>DocFX</strong></span>
  317. </div>
  318. </div>
  319. </footer>
  320. </div>
  321. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  322. <script type="text/javascript" src="../styles/docfx.js"></script>
  323. <script type="text/javascript" src="../styles/main.js"></script>
  324. </body>
  325. </html>