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.

505 lines
22 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 Ref&lt;T&gt;
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class Ref&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.Utilities.Ref`1">
  75. <h1 id="IPA_Utilities_Ref_1" data-uid="IPA.Utilities.Ref`1" class="text-break">Class Ref&lt;T&gt;
  76. </h1>
  77. <div class="markdown level0 summary"><p>A class to store a reference for passing to methods which cannot take ref parameters.</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"><span class="xref">Ref&lt;T&gt;</span></div>
  84. </div>
  85. <div class="implements">
  86. <h5>Implements</h5>
  87. <div><span class="xref">IComparable</span>&lt;<a class="xref" href="IPA.Utilities.Ref-1.html">Ref</a>&lt;T&gt;&gt;</div>
  88. </div>
  89. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Utilities.html">IPA.Utilities</a></h6>
  90. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  91. <h5 id="IPA_Utilities_Ref_1_syntax">Syntax</h5>
  92. <div class="codewrapper">
  93. <pre><code class="lang-csharp hljs">public class Ref&lt;T&gt; : IComparable&lt;T&gt;</code></pre>
  94. </div>
  95. <h5 class="typeParameters">Type Parameters</h5>
  96. <table class="table table-bordered table-striped table-condensed">
  97. <thead>
  98. <tr>
  99. <th>Name</th>
  100. <th>Description</th>
  101. </tr>
  102. </thead>
  103. <tbody>
  104. <tr>
  105. <td><span class="parametername">T</span></td>
  106. <td><p>the type of the value</p>
  107. </td>
  108. </tr>
  109. </tbody>
  110. </table>
  111. <h3 id="constructors">Constructors
  112. </h3>
  113. <span class="small pull-right mobile-hide">
  114. <span class="divider">|</span>
  115. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Utilities_Ref_1__ctor__0_.md&amp;value=---%0Auid%3A%20IPA.Utilities.Ref%601.%23ctor(%600)%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>
  116. </span>
  117. <span class="small pull-right mobile-hide">
  118. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Utilities/Ref.cs/#L66">View Source</a>
  119. </span>
  120. <a id="IPA_Utilities_Ref_1__ctor_" data-uid="IPA.Utilities.Ref`1.#ctor*"></a>
  121. <h4 id="IPA_Utilities_Ref_1__ctor__0_" data-uid="IPA.Utilities.Ref`1.#ctor(`0)">Ref(T)</h4>
  122. <div class="markdown level1 summary"><p>Constructor.</p>
  123. </div>
  124. <div class="markdown level1 conceptual"></div>
  125. <h5 class="decalaration">Declaration</h5>
  126. <div class="codewrapper">
  127. <pre><code class="lang-csharp hljs">public Ref(T reference)</code></pre>
  128. </div>
  129. <h5 class="parameters">Parameters</h5>
  130. <table class="table table-bordered table-striped table-condensed">
  131. <thead>
  132. <tr>
  133. <th>Type</th>
  134. <th>Name</th>
  135. <th>Description</th>
  136. </tr>
  137. </thead>
  138. <tbody>
  139. <tr>
  140. <td><span class="xref">T</span></td>
  141. <td><span class="parametername">reference</span></td>
  142. <td><p>the initial value of the reference</p>
  143. </td>
  144. </tr>
  145. </tbody>
  146. </table>
  147. <h3 id="properties">Properties
  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_Utilities_Ref_1_Error.md&amp;value=---%0Auid%3A%20IPA.Utilities.Ref%601.Error%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/Utilities/Ref.cs/#L50">View Source</a>
  155. </span>
  156. <a id="IPA_Utilities_Ref_1_Error_" data-uid="IPA.Utilities.Ref`1.Error*"></a>
  157. <h4 id="IPA_Utilities_Ref_1_Error" data-uid="IPA.Utilities.Ref`1.Error">Error</h4>
  158. <div class="markdown level1 summary"><p>An exception that was generated while creating the value.</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 Exception Error { get; set; }</code></pre>
  164. </div>
  165. <h5 class="propertyValue">Property Value</h5>
  166. <table class="table table-bordered table-striped table-condensed">
  167. <thead>
  168. <tr>
  169. <th>Type</th>
  170. <th>Description</th>
  171. </tr>
  172. </thead>
  173. <tbody>
  174. <tr>
  175. <td><span class="xref">Exception</span></td>
  176. <td><p>the error held in this <a class="xref" href="IPA.Utilities.Ref-1.html">Ref&lt;T&gt;</a></p>
  177. </td>
  178. </tr>
  179. </tbody>
  180. </table>
  181. <span class="small pull-right mobile-hide">
  182. <span class="divider">|</span>
  183. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Utilities_Ref_1_Value.md&amp;value=---%0Auid%3A%20IPA.Utilities.Ref%601.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>
  184. </span>
  185. <span class="small pull-right mobile-hide">
  186. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Utilities/Ref.cs/#L35">View Source</a>
  187. </span>
  188. <a id="IPA_Utilities_Ref_1_Value_" data-uid="IPA.Utilities.Ref`1.Value*"></a>
  189. <h4 id="IPA_Utilities_Ref_1_Value" data-uid="IPA.Utilities.Ref`1.Value">Value</h4>
  190. <div class="markdown level1 summary"><p>The value of the reference</p>
  191. </div>
  192. <div class="markdown level1 conceptual"></div>
  193. <h5 class="decalaration">Declaration</h5>
  194. <div class="codewrapper">
  195. <pre><code class="lang-csharp hljs">public T Value { get; set; }</code></pre>
  196. </div>
  197. <h5 class="propertyValue">Property Value</h5>
  198. <table class="table table-bordered table-striped table-condensed">
  199. <thead>
  200. <tr>
  201. <th>Type</th>
  202. <th>Description</th>
  203. </tr>
  204. </thead>
  205. <tbody>
  206. <tr>
  207. <td><span class="xref">T</span></td>
  208. <td><p>the value wrapped by this <a class="xref" href="IPA.Utilities.Ref-1.html">Ref&lt;T&gt;</a></p>
  209. </td>
  210. </tr>
  211. </tbody>
  212. </table>
  213. <h3 id="methods">Methods
  214. </h3>
  215. <span class="small pull-right mobile-hide">
  216. <span class="divider">|</span>
  217. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Utilities_Ref_1_CompareTo__0_.md&amp;value=---%0Auid%3A%20IPA.Utilities.Ref%601.CompareTo(%600)%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>
  218. </span>
  219. <span class="small pull-right mobile-hide">
  220. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Utilities/Ref.cs/#L104">View Source</a>
  221. </span>
  222. <a id="IPA_Utilities_Ref_1_CompareTo_" data-uid="IPA.Utilities.Ref`1.CompareTo*"></a>
  223. <h4 id="IPA_Utilities_Ref_1_CompareTo__0_" data-uid="IPA.Utilities.Ref`1.CompareTo(`0)">CompareTo(T)</h4>
  224. <div class="markdown level1 summary"><p>Compares the wrapped object to the other object.</p>
  225. </div>
  226. <div class="markdown level1 conceptual"></div>
  227. <h5 class="decalaration">Declaration</h5>
  228. <div class="codewrapper">
  229. <pre><code class="lang-csharp hljs">public int CompareTo(T other)</code></pre>
  230. </div>
  231. <h5 class="parameters">Parameters</h5>
  232. <table class="table table-bordered table-striped table-condensed">
  233. <thead>
  234. <tr>
  235. <th>Type</th>
  236. <th>Name</th>
  237. <th>Description</th>
  238. </tr>
  239. </thead>
  240. <tbody>
  241. <tr>
  242. <td><span class="xref">T</span></td>
  243. <td><span class="parametername">other</span></td>
  244. <td><p>the object to compare to</p>
  245. </td>
  246. </tr>
  247. </tbody>
  248. </table>
  249. <h5 class="returns">Returns</h5>
  250. <table class="table table-bordered table-striped table-condensed">
  251. <thead>
  252. <tr>
  253. <th>Type</th>
  254. <th>Description</th>
  255. </tr>
  256. </thead>
  257. <tbody>
  258. <tr>
  259. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  260. <td><p>the value of the comparison</p>
  261. </td>
  262. </tr>
  263. </tbody>
  264. </table>
  265. <span class="small pull-right mobile-hide">
  266. <span class="divider">|</span>
  267. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Utilities_Ref_1_CompareTo_IPA_Utilities_Ref__0__.md&amp;value=---%0Auid%3A%20IPA.Utilities.Ref%601.CompareTo(IPA.Utilities.Ref%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>
  268. </span>
  269. <span class="small pull-right mobile-hide">
  270. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Utilities/Ref.cs/#L116">View Source</a>
  271. </span>
  272. <a id="IPA_Utilities_Ref_1_CompareTo_" data-uid="IPA.Utilities.Ref`1.CompareTo*"></a>
  273. <h4 id="IPA_Utilities_Ref_1_CompareTo_IPA_Utilities_Ref__0__" data-uid="IPA.Utilities.Ref`1.CompareTo(IPA.Utilities.Ref{`0})">CompareTo(Ref&lt;T&gt;)</h4>
  274. <div class="markdown level1 summary"><p>Compares the wrapped object to the other wrapped object.</p>
  275. </div>
  276. <div class="markdown level1 conceptual"></div>
  277. <h5 class="decalaration">Declaration</h5>
  278. <div class="codewrapper">
  279. <pre><code class="lang-csharp hljs">public int CompareTo(Ref&lt;T&gt; other)</code></pre>
  280. </div>
  281. <h5 class="parameters">Parameters</h5>
  282. <table class="table table-bordered table-striped table-condensed">
  283. <thead>
  284. <tr>
  285. <th>Type</th>
  286. <th>Name</th>
  287. <th>Description</th>
  288. </tr>
  289. </thead>
  290. <tbody>
  291. <tr>
  292. <td><a class="xref" href="IPA.Utilities.Ref-1.html">Ref</a>&lt;T&gt;</td>
  293. <td><span class="parametername">other</span></td>
  294. <td><p>the wrapped object to compare to</p>
  295. </td>
  296. </tr>
  297. </tbody>
  298. </table>
  299. <h5 class="returns">Returns</h5>
  300. <table class="table table-bordered table-striped table-condensed">
  301. <thead>
  302. <tr>
  303. <th>Type</th>
  304. <th>Description</th>
  305. </tr>
  306. </thead>
  307. <tbody>
  308. <tr>
  309. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  310. <td><p>the value of the comparison</p>
  311. </td>
  312. </tr>
  313. </tbody>
  314. </table>
  315. <span class="small pull-right mobile-hide">
  316. <span class="divider">|</span>
  317. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Utilities_Ref_1_Verify.md&amp;value=---%0Auid%3A%20IPA.Utilities.Ref%601.Verify%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>
  318. </span>
  319. <span class="small pull-right mobile-hide">
  320. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Utilities/Ref.cs/#L94">View Source</a>
  321. </span>
  322. <a id="IPA_Utilities_Ref_1_Verify_" data-uid="IPA.Utilities.Ref`1.Verify*"></a>
  323. <h4 id="IPA_Utilities_Ref_1_Verify" data-uid="IPA.Utilities.Ref`1.Verify">Verify()</h4>
  324. <div class="markdown level1 summary"><p>Throws error if one was set.</p>
  325. </div>
  326. <div class="markdown level1 conceptual"></div>
  327. <h5 class="decalaration">Declaration</h5>
  328. <div class="codewrapper">
  329. <pre><code class="lang-csharp hljs">public void Verify()</code></pre>
  330. </div>
  331. <h3 id="operators">Operators
  332. </h3>
  333. <span class="small pull-right mobile-hide">
  334. <span class="divider">|</span>
  335. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Utilities_Ref_1_op_Implicit__0__IPA_Utilities_Ref__0_.md&amp;value=---%0Auid%3A%20IPA.Utilities.Ref%601.op_Implicit(%600)~IPA.Utilities.Ref%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>
  336. </span>
  337. <span class="small pull-right mobile-hide">
  338. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Utilities/Ref.cs/#L86">View Source</a>
  339. </span>
  340. <a id="IPA_Utilities_Ref_1_op_Implicit_" data-uid="IPA.Utilities.Ref`1.op_Implicit*"></a>
  341. <h4 id="IPA_Utilities_Ref_1_op_Implicit__0__IPA_Utilities_Ref__0_" data-uid="IPA.Utilities.Ref`1.op_Implicit(`0)~IPA.Utilities.Ref{`0}">Implicit(T to Ref&lt;T&gt;)</h4>
  342. <div class="markdown level1 summary"><p>Converts a value T to a reference to that object. Will overwrite the reference in the left hand expression if there is one.</p>
  343. </div>
  344. <div class="markdown level1 conceptual"></div>
  345. <h5 class="decalaration">Declaration</h5>
  346. <div class="codewrapper">
  347. <pre><code class="lang-csharp hljs">public static implicit operator Ref&lt;T&gt;(T toConvert)</code></pre>
  348. </div>
  349. <h5 class="parameters">Parameters</h5>
  350. <table class="table table-bordered table-striped table-condensed">
  351. <thead>
  352. <tr>
  353. <th>Type</th>
  354. <th>Name</th>
  355. <th>Description</th>
  356. </tr>
  357. </thead>
  358. <tbody>
  359. <tr>
  360. <td><span class="xref">T</span></td>
  361. <td><span class="parametername">toConvert</span></td>
  362. <td><p>the value to wrap in the Ref</p>
  363. </td>
  364. </tr>
  365. </tbody>
  366. </table>
  367. <h5 class="returns">Returns</h5>
  368. <table class="table table-bordered table-striped table-condensed">
  369. <thead>
  370. <tr>
  371. <th>Type</th>
  372. <th>Description</th>
  373. </tr>
  374. </thead>
  375. <tbody>
  376. <tr>
  377. <td><a class="xref" href="IPA.Utilities.Ref-1.html">Ref</a>&lt;T&gt;</td>
  378. <td><p>the Ref wrapping the value</p>
  379. </td>
  380. </tr>
  381. </tbody>
  382. </table>
  383. <span class="small pull-right mobile-hide">
  384. <span class="divider">|</span>
  385. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Utilities_Ref_1_op_Implicit_IPA_Utilities_Ref__0____0.md&amp;value=---%0Auid%3A%20IPA.Utilities.Ref%601.op_Implicit(IPA.Utilities.Ref%7B%600%7D)~%600%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>
  386. </span>
  387. <span class="small pull-right mobile-hide">
  388. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Utilities/Ref.cs/#L76">View Source</a>
  389. </span>
  390. <a id="IPA_Utilities_Ref_1_op_Implicit_" data-uid="IPA.Utilities.Ref`1.op_Implicit*"></a>
  391. <h4 id="IPA_Utilities_Ref_1_op_Implicit_IPA_Utilities_Ref__0____0" data-uid="IPA.Utilities.Ref`1.op_Implicit(IPA.Utilities.Ref{`0})~`0">Implicit(Ref&lt;T&gt; to T)</h4>
  392. <div class="markdown level1 summary"><p>Converts to referenced type, returning the stored reference.</p>
  393. </div>
  394. <div class="markdown level1 conceptual"></div>
  395. <h5 class="decalaration">Declaration</h5>
  396. <div class="codewrapper">
  397. <pre><code class="lang-csharp hljs">public static implicit operator T(Ref&lt;T&gt; self)</code></pre>
  398. </div>
  399. <h5 class="parameters">Parameters</h5>
  400. <table class="table table-bordered table-striped table-condensed">
  401. <thead>
  402. <tr>
  403. <th>Type</th>
  404. <th>Name</th>
  405. <th>Description</th>
  406. </tr>
  407. </thead>
  408. <tbody>
  409. <tr>
  410. <td><a class="xref" href="IPA.Utilities.Ref-1.html">Ref</a>&lt;T&gt;</td>
  411. <td><span class="parametername">self</span></td>
  412. <td><p>the object to be de-referenced</p>
  413. </td>
  414. </tr>
  415. </tbody>
  416. </table>
  417. <h5 class="returns">Returns</h5>
  418. <table class="table table-bordered table-striped table-condensed">
  419. <thead>
  420. <tr>
  421. <th>Type</th>
  422. <th>Description</th>
  423. </tr>
  424. </thead>
  425. <tbody>
  426. <tr>
  427. <td><span class="xref">T</span></td>
  428. <td><p>the value referenced by the object</p>
  429. </td>
  430. </tr>
  431. </tbody>
  432. </table>
  433. <h3 id="implements">Implements</h3>
  434. <div>
  435. <span class="xref">IComparable&lt;&gt;</span>
  436. </div>
  437. <h3 id="extensionmethods">Extension Methods</h3>
  438. <div>
  439. <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>
  440. </div>
  441. <div>
  442. <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>
  443. </div>
  444. <div>
  445. <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>
  446. </div>
  447. <div>
  448. <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>
  449. </div>
  450. <div>
  451. <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>
  452. </div>
  453. </article>
  454. </div>
  455. <div class="hidden-sm col-md-2" role="complementary">
  456. <div class="sideaffix">
  457. <div class="contribution">
  458. <ul class="nav">
  459. <li>
  460. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Utilities_Ref_1.md&amp;value=---%0Auid%3A%20IPA.Utilities.Ref%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>
  461. </li>
  462. <li>
  463. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Utilities/Ref.cs/#L28" class="contribution-link">View Source</a>
  464. </li>
  465. </ul>
  466. </div>
  467. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  468. <h5>In This Article</h5>
  469. <div></div>
  470. </nav>
  471. </div>
  472. </div>
  473. </div>
  474. </div>
  475. <footer>
  476. <div class="grad-bottom"></div>
  477. <div class="footer">
  478. <div class="container">
  479. <span class="pull-right">
  480. <a href="#top">Back to top</a>
  481. </span>
  482. <span>Generated by <strong>DocFX</strong></span>
  483. </div>
  484. </div>
  485. </footer>
  486. </div>
  487. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  488. <script type="text/javascript" src="../styles/docfx.js"></script>
  489. <script type="text/javascript" src="../styles/main.js"></script>
  490. </body>
  491. </html>