Terminal.Gui.StackExtensions.html 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543
  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 StackExtensions
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class StackExtensions
  11. ">
  12. <meta name="generator" content="docfx 2.59.0.0">
  13. <link rel="shortcut icon" href="../../favicon.ico">
  14. <link rel="stylesheet" href="../../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../../styles/docfx.css">
  16. <link rel="stylesheet" href="../../styles/main.css">
  17. <meta property="docfx:navrel" content="../../toc.html">
  18. <meta property="docfx:tocrel" content="toc.html">
  19. <meta property="docfx:rel" content="../../">
  20. </head>
  21. <body data-spy="scroll" data-target="#affix" data-offset="120">
  22. <div id="wrapper">
  23. <header>
  24. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  25. <div class="container">
  26. <div class="navbar-header">
  27. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  28. <span class="sr-only">Toggle navigation</span>
  29. <span class="icon-bar"></span>
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. </button>
  33. <a class="navbar-brand" href="../../index.html">
  34. <img id="logo" class="svg" src="../../images/logo48.png" alt="">
  35. </a>
  36. </div>
  37. <div class="collapse navbar-collapse" id="navbar">
  38. <form class="navbar-form navbar-right" role="search" id="search">
  39. <div class="form-group">
  40. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  41. </div>
  42. </form>
  43. </div>
  44. </div>
  45. </nav>
  46. <div class="subnav navbar navbar-default">
  47. <div class="container hide-when-search" id="breadcrumb">
  48. <ul class="breadcrumb">
  49. <li></li>
  50. </ul>
  51. </div>
  52. </div>
  53. </header>
  54. <div class="container body-content">
  55. <div id="search-results">
  56. <div class="search-list">Search Results for <span></span></div>
  57. <div class="sr-items">
  58. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  59. </div>
  60. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  61. </div>
  62. </div>
  63. <div role="main" class="container body-content hide-when-search">
  64. <div class="sidenav hide-when-search">
  65. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  66. <div class="sidetoggle collapse" id="sidetoggle">
  67. <div id="sidetoc"></div>
  68. </div>
  69. </div>
  70. <div class="article row grid-right">
  71. <div class="col-md-10">
  72. <article class="content wrap" id="_content" data-uid="Terminal.Gui.StackExtensions">
  73. <h1 id="Terminal_Gui_StackExtensions" data-uid="Terminal.Gui.StackExtensions" class="text-break">Class StackExtensions
  74. </h1>
  75. <div class="markdown level0 summary">
  76. Extension of <span class="xref">System.Collections.Generic.Stack&lt;T&gt;</span> helper to work with specific <span class="xref">System.Collections.Generic.IEqualityComparer&lt;T&gt;</span>
  77. </div>
  78. <div class="markdown level0 conceptual"></div>
  79. <div class="inheritance">
  80. <h5>Inheritance</h5>
  81. <div class="level0"><span class="xref">System.Object</span></div>
  82. <div class="level1"><span class="xref">StackExtensions</span></div>
  83. </div>
  84. <div class="inheritedMembers">
  85. <h5>Inherited Members</h5>
  86. <div>
  87. <span class="xref">System.Object.Equals(System.Object)</span>
  88. </div>
  89. <div>
  90. <span class="xref">System.Object.Equals(System.Object, System.Object)</span>
  91. </div>
  92. <div>
  93. <span class="xref">System.Object.GetHashCode()</span>
  94. </div>
  95. <div>
  96. <span class="xref">System.Object.GetType()</span>
  97. </div>
  98. <div>
  99. <span class="xref">System.Object.MemberwiseClone()</span>
  100. </div>
  101. <div>
  102. <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
  103. </div>
  104. <div>
  105. <span class="xref">System.Object.ToString()</span>
  106. </div>
  107. </div>
  108. <h6><strong>Namespace</strong>: <a class="xref" href="Terminal.Gui.html">Terminal.Gui</a></h6>
  109. <h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
  110. <h5 id="Terminal_Gui_StackExtensions_syntax">Syntax</h5>
  111. <div class="codewrapper">
  112. <pre><code class="lang-csharp hljs">public static class StackExtensions</code></pre>
  113. </div>
  114. <h3 id="methods">Methods
  115. </h3>
  116. <a id="Terminal_Gui_StackExtensions_Contains_" data-uid="Terminal.Gui.StackExtensions.Contains*"></a>
  117. <h4 id="Terminal_Gui_StackExtensions_Contains__1_System_Collections_Generic_Stack___0____0_System_Collections_Generic_IEqualityComparer___0__" data-uid="Terminal.Gui.StackExtensions.Contains``1(System.Collections.Generic.Stack{``0},``0,System.Collections.Generic.IEqualityComparer{``0})">Contains&lt;T&gt;(Stack&lt;T&gt;, T, IEqualityComparer&lt;T&gt;)</h4>
  118. <div class="markdown level1 summary">
  119. Check if the stack object contains the value to find.
  120. </div>
  121. <div class="markdown level1 conceptual"></div>
  122. <h5 class="decalaration">Declaration</h5>
  123. <div class="codewrapper">
  124. <pre><code class="lang-csharp hljs">public static bool Contains&lt;T&gt;(this Stack&lt;T&gt; stack, T valueToFind, IEqualityComparer&lt;T&gt; comparer = null)</code></pre>
  125. </div>
  126. <h5 class="parameters">Parameters</h5>
  127. <table class="table table-bordered table-striped table-condensed">
  128. <thead>
  129. <tr>
  130. <th>Type</th>
  131. <th>Name</th>
  132. <th>Description</th>
  133. </tr>
  134. </thead>
  135. <tbody>
  136. <tr>
  137. <td><span class="xref">System.Collections.Generic.Stack</span>&lt;T&gt;</td>
  138. <td><span class="parametername">stack</span></td>
  139. <td>The stack object.</td>
  140. </tr>
  141. <tr>
  142. <td><span class="xref">T</span></td>
  143. <td><span class="parametername">valueToFind</span></td>
  144. <td>Value to find.</td>
  145. </tr>
  146. <tr>
  147. <td><span class="xref">System.Collections.Generic.IEqualityComparer</span>&lt;T&gt;</td>
  148. <td><span class="parametername">comparer</span></td>
  149. <td>The comparison object.</td>
  150. </tr>
  151. </tbody>
  152. </table>
  153. <h5 class="returns">Returns</h5>
  154. <table class="table table-bordered table-striped table-condensed">
  155. <thead>
  156. <tr>
  157. <th>Type</th>
  158. <th>Description</th>
  159. </tr>
  160. </thead>
  161. <tbody>
  162. <tr>
  163. <td><span class="xref">System.Boolean</span></td>
  164. <td><code>true</code> If the value was found.<code>false</code> otherwise.</td>
  165. </tr>
  166. </tbody>
  167. </table>
  168. <h5 class="typeParameters">Type Parameters</h5>
  169. <table class="table table-bordered table-striped table-condensed">
  170. <thead>
  171. <tr>
  172. <th>Name</th>
  173. <th>Description</th>
  174. </tr>
  175. </thead>
  176. <tbody>
  177. <tr>
  178. <td><span class="parametername">T</span></td>
  179. <td>The stack object type.</td>
  180. </tr>
  181. </tbody>
  182. </table>
  183. <a id="Terminal_Gui_StackExtensions_FindDuplicates_" data-uid="Terminal.Gui.StackExtensions.FindDuplicates*"></a>
  184. <h4 id="Terminal_Gui_StackExtensions_FindDuplicates__1_System_Collections_Generic_Stack___0__System_Collections_Generic_IEqualityComparer___0__" data-uid="Terminal.Gui.StackExtensions.FindDuplicates``1(System.Collections.Generic.Stack{``0},System.Collections.Generic.IEqualityComparer{``0})">FindDuplicates&lt;T&gt;(Stack&lt;T&gt;, IEqualityComparer&lt;T&gt;)</h4>
  185. <div class="markdown level1 summary">
  186. Find all duplicates stack objects values.
  187. </div>
  188. <div class="markdown level1 conceptual"></div>
  189. <h5 class="decalaration">Declaration</h5>
  190. <div class="codewrapper">
  191. <pre><code class="lang-csharp hljs">public static Stack&lt;T&gt; FindDuplicates&lt;T&gt;(this Stack&lt;T&gt; stack, IEqualityComparer&lt;T&gt; comparer = null)</code></pre>
  192. </div>
  193. <h5 class="parameters">Parameters</h5>
  194. <table class="table table-bordered table-striped table-condensed">
  195. <thead>
  196. <tr>
  197. <th>Type</th>
  198. <th>Name</th>
  199. <th>Description</th>
  200. </tr>
  201. </thead>
  202. <tbody>
  203. <tr>
  204. <td><span class="xref">System.Collections.Generic.Stack</span>&lt;T&gt;</td>
  205. <td><span class="parametername">stack</span></td>
  206. <td>The stack object.</td>
  207. </tr>
  208. <tr>
  209. <td><span class="xref">System.Collections.Generic.IEqualityComparer</span>&lt;T&gt;</td>
  210. <td><span class="parametername">comparer</span></td>
  211. <td>The comparison object.</td>
  212. </tr>
  213. </tbody>
  214. </table>
  215. <h5 class="returns">Returns</h5>
  216. <table class="table table-bordered table-striped table-condensed">
  217. <thead>
  218. <tr>
  219. <th>Type</th>
  220. <th>Description</th>
  221. </tr>
  222. </thead>
  223. <tbody>
  224. <tr>
  225. <td><span class="xref">System.Collections.Generic.Stack</span>&lt;T&gt;</td>
  226. <td>The duplicates stack object.</td>
  227. </tr>
  228. </tbody>
  229. </table>
  230. <h5 class="typeParameters">Type Parameters</h5>
  231. <table class="table table-bordered table-striped table-condensed">
  232. <thead>
  233. <tr>
  234. <th>Name</th>
  235. <th>Description</th>
  236. </tr>
  237. </thead>
  238. <tbody>
  239. <tr>
  240. <td><span class="parametername">T</span></td>
  241. <td>The stack object type.</td>
  242. </tr>
  243. </tbody>
  244. </table>
  245. <a id="Terminal_Gui_StackExtensions_MoveNext_" data-uid="Terminal.Gui.StackExtensions.MoveNext*"></a>
  246. <h4 id="Terminal_Gui_StackExtensions_MoveNext__1_System_Collections_Generic_Stack___0__" data-uid="Terminal.Gui.StackExtensions.MoveNext``1(System.Collections.Generic.Stack{``0})">MoveNext&lt;T&gt;(Stack&lt;T&gt;)</h4>
  247. <div class="markdown level1 summary">
  248. Move the first stack object value to the end.
  249. </div>
  250. <div class="markdown level1 conceptual"></div>
  251. <h5 class="decalaration">Declaration</h5>
  252. <div class="codewrapper">
  253. <pre><code class="lang-csharp hljs">public static void MoveNext&lt;T&gt;(this Stack&lt;T&gt; stack)</code></pre>
  254. </div>
  255. <h5 class="parameters">Parameters</h5>
  256. <table class="table table-bordered table-striped table-condensed">
  257. <thead>
  258. <tr>
  259. <th>Type</th>
  260. <th>Name</th>
  261. <th>Description</th>
  262. </tr>
  263. </thead>
  264. <tbody>
  265. <tr>
  266. <td><span class="xref">System.Collections.Generic.Stack</span>&lt;T&gt;</td>
  267. <td><span class="parametername">stack</span></td>
  268. <td>The stack object.</td>
  269. </tr>
  270. </tbody>
  271. </table>
  272. <h5 class="typeParameters">Type Parameters</h5>
  273. <table class="table table-bordered table-striped table-condensed">
  274. <thead>
  275. <tr>
  276. <th>Name</th>
  277. <th>Description</th>
  278. </tr>
  279. </thead>
  280. <tbody>
  281. <tr>
  282. <td><span class="parametername">T</span></td>
  283. <td>The stack object type.</td>
  284. </tr>
  285. </tbody>
  286. </table>
  287. <a id="Terminal_Gui_StackExtensions_MovePrevious_" data-uid="Terminal.Gui.StackExtensions.MovePrevious*"></a>
  288. <h4 id="Terminal_Gui_StackExtensions_MovePrevious__1_System_Collections_Generic_Stack___0__" data-uid="Terminal.Gui.StackExtensions.MovePrevious``1(System.Collections.Generic.Stack{``0})">MovePrevious&lt;T&gt;(Stack&lt;T&gt;)</h4>
  289. <div class="markdown level1 summary">
  290. Move the last stack object value to the top.
  291. </div>
  292. <div class="markdown level1 conceptual"></div>
  293. <h5 class="decalaration">Declaration</h5>
  294. <div class="codewrapper">
  295. <pre><code class="lang-csharp hljs">public static void MovePrevious&lt;T&gt;(this Stack&lt;T&gt; stack)</code></pre>
  296. </div>
  297. <h5 class="parameters">Parameters</h5>
  298. <table class="table table-bordered table-striped table-condensed">
  299. <thead>
  300. <tr>
  301. <th>Type</th>
  302. <th>Name</th>
  303. <th>Description</th>
  304. </tr>
  305. </thead>
  306. <tbody>
  307. <tr>
  308. <td><span class="xref">System.Collections.Generic.Stack</span>&lt;T&gt;</td>
  309. <td><span class="parametername">stack</span></td>
  310. <td>The stack object.</td>
  311. </tr>
  312. </tbody>
  313. </table>
  314. <h5 class="typeParameters">Type Parameters</h5>
  315. <table class="table table-bordered table-striped table-condensed">
  316. <thead>
  317. <tr>
  318. <th>Name</th>
  319. <th>Description</th>
  320. </tr>
  321. </thead>
  322. <tbody>
  323. <tr>
  324. <td><span class="parametername">T</span></td>
  325. <td>The stack object type.</td>
  326. </tr>
  327. </tbody>
  328. </table>
  329. <a id="Terminal_Gui_StackExtensions_MoveTo_" data-uid="Terminal.Gui.StackExtensions.MoveTo*"></a>
  330. <h4 id="Terminal_Gui_StackExtensions_MoveTo__1_System_Collections_Generic_Stack___0____0_System_Int32_System_Collections_Generic_IEqualityComparer___0__" data-uid="Terminal.Gui.StackExtensions.MoveTo``1(System.Collections.Generic.Stack{``0},``0,System.Int32,System.Collections.Generic.IEqualityComparer{``0})">MoveTo&lt;T&gt;(Stack&lt;T&gt;, T, Int32, IEqualityComparer&lt;T&gt;)</h4>
  331. <div class="markdown level1 summary">
  332. Move the stack object value to the index.
  333. </div>
  334. <div class="markdown level1 conceptual"></div>
  335. <h5 class="decalaration">Declaration</h5>
  336. <div class="codewrapper">
  337. <pre><code class="lang-csharp hljs">public static void MoveTo&lt;T&gt;(this Stack&lt;T&gt; stack, T valueToMove, int index = 0, IEqualityComparer&lt;T&gt; comparer = null)</code></pre>
  338. </div>
  339. <h5 class="parameters">Parameters</h5>
  340. <table class="table table-bordered table-striped table-condensed">
  341. <thead>
  342. <tr>
  343. <th>Type</th>
  344. <th>Name</th>
  345. <th>Description</th>
  346. </tr>
  347. </thead>
  348. <tbody>
  349. <tr>
  350. <td><span class="xref">System.Collections.Generic.Stack</span>&lt;T&gt;</td>
  351. <td><span class="parametername">stack</span></td>
  352. <td>The stack object.</td>
  353. </tr>
  354. <tr>
  355. <td><span class="xref">T</span></td>
  356. <td><span class="parametername">valueToMove</span></td>
  357. <td>Value to move.</td>
  358. </tr>
  359. <tr>
  360. <td><span class="xref">System.Int32</span></td>
  361. <td><span class="parametername">index</span></td>
  362. <td>The index where to move.</td>
  363. </tr>
  364. <tr>
  365. <td><span class="xref">System.Collections.Generic.IEqualityComparer</span>&lt;T&gt;</td>
  366. <td><span class="parametername">comparer</span></td>
  367. <td>The comparison object.</td>
  368. </tr>
  369. </tbody>
  370. </table>
  371. <h5 class="typeParameters">Type Parameters</h5>
  372. <table class="table table-bordered table-striped table-condensed">
  373. <thead>
  374. <tr>
  375. <th>Name</th>
  376. <th>Description</th>
  377. </tr>
  378. </thead>
  379. <tbody>
  380. <tr>
  381. <td><span class="parametername">T</span></td>
  382. <td>The stack object type.</td>
  383. </tr>
  384. </tbody>
  385. </table>
  386. <a id="Terminal_Gui_StackExtensions_Replace_" data-uid="Terminal.Gui.StackExtensions.Replace*"></a>
  387. <h4 id="Terminal_Gui_StackExtensions_Replace__1_System_Collections_Generic_Stack___0____0___0_System_Collections_Generic_IEqualityComparer___0__" data-uid="Terminal.Gui.StackExtensions.Replace``1(System.Collections.Generic.Stack{``0},``0,``0,System.Collections.Generic.IEqualityComparer{``0})">Replace&lt;T&gt;(Stack&lt;T&gt;, T, T, IEqualityComparer&lt;T&gt;)</h4>
  388. <div class="markdown level1 summary">
  389. Replaces an stack object values that match with the value to replace.
  390. </div>
  391. <div class="markdown level1 conceptual"></div>
  392. <h5 class="decalaration">Declaration</h5>
  393. <div class="codewrapper">
  394. <pre><code class="lang-csharp hljs">public static void Replace&lt;T&gt;(this Stack&lt;T&gt; stack, T valueToReplace, T valueToReplaceWith, IEqualityComparer&lt;T&gt; comparer = null)</code></pre>
  395. </div>
  396. <h5 class="parameters">Parameters</h5>
  397. <table class="table table-bordered table-striped table-condensed">
  398. <thead>
  399. <tr>
  400. <th>Type</th>
  401. <th>Name</th>
  402. <th>Description</th>
  403. </tr>
  404. </thead>
  405. <tbody>
  406. <tr>
  407. <td><span class="xref">System.Collections.Generic.Stack</span>&lt;T&gt;</td>
  408. <td><span class="parametername">stack</span></td>
  409. <td>The stack object.</td>
  410. </tr>
  411. <tr>
  412. <td><span class="xref">T</span></td>
  413. <td><span class="parametername">valueToReplace</span></td>
  414. <td>Value to replace.</td>
  415. </tr>
  416. <tr>
  417. <td><span class="xref">T</span></td>
  418. <td><span class="parametername">valueToReplaceWith</span></td>
  419. <td>Value to replace with to what matches the value to replace.</td>
  420. </tr>
  421. <tr>
  422. <td><span class="xref">System.Collections.Generic.IEqualityComparer</span>&lt;T&gt;</td>
  423. <td><span class="parametername">comparer</span></td>
  424. <td>The comparison object.</td>
  425. </tr>
  426. </tbody>
  427. </table>
  428. <h5 class="typeParameters">Type Parameters</h5>
  429. <table class="table table-bordered table-striped table-condensed">
  430. <thead>
  431. <tr>
  432. <th>Name</th>
  433. <th>Description</th>
  434. </tr>
  435. </thead>
  436. <tbody>
  437. <tr>
  438. <td><span class="parametername">T</span></td>
  439. <td>The stack object type.</td>
  440. </tr>
  441. </tbody>
  442. </table>
  443. <a id="Terminal_Gui_StackExtensions_Swap_" data-uid="Terminal.Gui.StackExtensions.Swap*"></a>
  444. <h4 id="Terminal_Gui_StackExtensions_Swap__1_System_Collections_Generic_Stack___0____0___0_System_Collections_Generic_IEqualityComparer___0__" data-uid="Terminal.Gui.StackExtensions.Swap``1(System.Collections.Generic.Stack{``0},``0,``0,System.Collections.Generic.IEqualityComparer{``0})">Swap&lt;T&gt;(Stack&lt;T&gt;, T, T, IEqualityComparer&lt;T&gt;)</h4>
  445. <div class="markdown level1 summary">
  446. Swap two stack objects values that matches with the both values.
  447. </div>
  448. <div class="markdown level1 conceptual"></div>
  449. <h5 class="decalaration">Declaration</h5>
  450. <div class="codewrapper">
  451. <pre><code class="lang-csharp hljs">public static void Swap&lt;T&gt;(this Stack&lt;T&gt; stack, T valueToSwapFrom, T valueToSwapTo, IEqualityComparer&lt;T&gt; comparer = null)</code></pre>
  452. </div>
  453. <h5 class="parameters">Parameters</h5>
  454. <table class="table table-bordered table-striped table-condensed">
  455. <thead>
  456. <tr>
  457. <th>Type</th>
  458. <th>Name</th>
  459. <th>Description</th>
  460. </tr>
  461. </thead>
  462. <tbody>
  463. <tr>
  464. <td><span class="xref">System.Collections.Generic.Stack</span>&lt;T&gt;</td>
  465. <td><span class="parametername">stack</span></td>
  466. <td>The stack object.</td>
  467. </tr>
  468. <tr>
  469. <td><span class="xref">T</span></td>
  470. <td><span class="parametername">valueToSwapFrom</span></td>
  471. <td>Value to swap from.</td>
  472. </tr>
  473. <tr>
  474. <td><span class="xref">T</span></td>
  475. <td><span class="parametername">valueToSwapTo</span></td>
  476. <td>Value to swap to.</td>
  477. </tr>
  478. <tr>
  479. <td><span class="xref">System.Collections.Generic.IEqualityComparer</span>&lt;T&gt;</td>
  480. <td><span class="parametername">comparer</span></td>
  481. <td>The comparison object.</td>
  482. </tr>
  483. </tbody>
  484. </table>
  485. <h5 class="typeParameters">Type Parameters</h5>
  486. <table class="table table-bordered table-striped table-condensed">
  487. <thead>
  488. <tr>
  489. <th>Name</th>
  490. <th>Description</th>
  491. </tr>
  492. </thead>
  493. <tbody>
  494. <tr>
  495. <td><span class="parametername">T</span></td>
  496. <td>The stack object type.</td>
  497. </tr>
  498. </tbody>
  499. </table>
  500. </article>
  501. </div>
  502. <div class="hidden-sm col-md-2" role="complementary">
  503. <div class="sideaffix">
  504. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  505. <h5>In This Article</h5>
  506. <div></div>
  507. </nav>
  508. </div>
  509. </div>
  510. </div>
  511. </div>
  512. <footer>
  513. <div class="grad-bottom"></div>
  514. <div class="footer">
  515. <div class="container">
  516. <span class="pull-right">
  517. <a href="#top">Back to top</a>
  518. </span>
  519. <span>Generated by <strong>DocFX</strong></span>
  520. </div>
  521. </div>
  522. </footer>
  523. </div>
  524. <script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
  525. <script type="text/javascript" src="../../styles/docfx.js"></script>
  526. <script type="text/javascript" src="../../styles/main.js"></script>
  527. </body>
  528. </html>