mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-24 01:25:42 -05:00
Add docs template
This commit is contained in:
@@ -10,43 +10,45 @@
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class LongList<T>
|
||||
">
|
||||
<meta name="generator" content="docfx 1.0.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/style.css">
|
||||
<meta property="docfx:navrel" content="../toc.html">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix">
|
||||
<!--
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-63735192-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
-->
|
||||
</head> <body data-spy="scroll" data-target="#affix">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar">
|
||||
<form class="navbar-form navbar-right" role="search" id="search">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<nav class="navbar navbar-inverse">
|
||||
<div class="container">
|
||||
<a href="../"><img height="50px" src="../images/sqlserver.png" style="float:right;"></a>
|
||||
<div class="navbar-header ">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="../"><span class="dotnet">SQL Tools Service</span></a>
|
||||
</div>
|
||||
<div id="navbar" class="collapse navbar-collapse">
|
||||
</div><!--/.nav-collapse -->
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
@@ -68,7 +70,8 @@
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content">
|
||||
|
||||
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/new/master/docs/apispec/new?filename=Microsoft_SqlTools_ServiceLayer_Utility_LongList_1.md&value=---%0Auid%3A%20Microsoft.SqlTools.ServiceLayer.Utility.LongList%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="pull-right mobile-hide"><span class="fa fa-github"></span>Improve this Doc</a>
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/src/Microsoft.SqlTools.ServiceLayer/Utility/LongList.cs/#L22" class="pull-right mobile-hide">View Source</a>
|
||||
<h1 id="Microsoft_SqlTools_ServiceLayer_Utility_LongList_1" data-uid="Microsoft.SqlTools.ServiceLayer.Utility.LongList`1">Class LongList<T>
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>Collection class that permits storage of over <code>int.MaxValue</code> items. This is performed
|
||||
@@ -81,51 +84,12 @@ collection implements IEnumerable to make it easier to run LINQ queries against
|
||||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">LongList<T></span></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetHashCode()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetType()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.MemberwiseClone()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ToString()</span>
|
||||
</div>
|
||||
</div>
|
||||
<h6><strong>Namespace</strong>:Microsoft.SqlTools.ServiceLayer.Utility</h6>
|
||||
<h6><strong>Assembly</strong>:Microsoft.SqlTools.ServiceLayer.dll</h6>
|
||||
<h5 id="Microsoft_SqlTools_ServiceLayer_Utility_LongList_1_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class LongList<T> : IEnumerable<T>, IEnumerable</code></pre>
|
||||
</div>
|
||||
<h5 class="typeParameters">Type Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="parametername">T</span></td>
|
||||
<td>Type of the values to store</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h5 id="Microsoft_SqlTools_ServiceLayer_Utility_LongList_1_remarks"><strong>Remarks</strong></h5>
|
||||
<div class="markdown level0 remarks"><p>This class is based on code from $\Data Tools\SSMS_Main\sql\ssms\core\DataStorage\ArrayList64.cs
|
||||
with additions to bring it up to .NET 4.5 standards</p>
|
||||
@@ -139,7 +103,6 @@ with additions to bring it up to .NET 4.5 standards</p>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/src/Microsoft.SqlTools.ServiceLayer/Utility/LongList.cs/#L35">View Source</a>
|
||||
</span>
|
||||
<a id="Microsoft_SqlTools_ServiceLayer_Utility_LongList_1__ctor_" data-uid="Microsoft.SqlTools.ServiceLayer.Utility.LongList`1.#ctor*"></a>
|
||||
<h4 id="Microsoft_SqlTools_ServiceLayer_Utility_LongList_1__ctor" data-uid="Microsoft.SqlTools.ServiceLayer.Utility.LongList`1.#ctor">LongList()</h4>
|
||||
<div class="markdown level1 summary"><p>Creates a new long list</p>
|
||||
</div>
|
||||
@@ -157,7 +120,6 @@ with additions to bring it up to .NET 4.5 standards</p>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/src/Microsoft.SqlTools.ServiceLayer/Utility/LongList.cs/#L46">View Source</a>
|
||||
</span>
|
||||
<a id="Microsoft_SqlTools_ServiceLayer_Utility_LongList_1_Count_" data-uid="Microsoft.SqlTools.ServiceLayer.Utility.LongList`1.Count*"></a>
|
||||
<h4 id="Microsoft_SqlTools_ServiceLayer_Utility_LongList_1_Count" data-uid="Microsoft.SqlTools.ServiceLayer.Utility.LongList`1.Count">Count</h4>
|
||||
<div class="markdown level1 summary"><p>The total number of elements in the array</p>
|
||||
</div>
|
||||
@@ -166,7 +128,7 @@ with additions to bring it up to .NET 4.5 standards</p>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public long Count { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<h5 class="propertyValue"></h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -188,7 +150,6 @@ with additions to bring it up to .NET 4.5 standards</p>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/src/Microsoft.SqlTools.ServiceLayer/Utility/LongList.cs/#L56">View Source</a>
|
||||
</span>
|
||||
<a id="Microsoft_SqlTools_ServiceLayer_Utility_LongList_1_ExpandListSize_" data-uid="Microsoft.SqlTools.ServiceLayer.Utility.LongList`1.ExpandListSize*"></a>
|
||||
<h4 id="Microsoft_SqlTools_ServiceLayer_Utility_LongList_1_ExpandListSize" data-uid="Microsoft.SqlTools.ServiceLayer.Utility.LongList`1.ExpandListSize">ExpandListSize</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
@@ -196,7 +157,7 @@ with additions to bring it up to .NET 4.5 standards</p>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public int ExpandListSize { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<h5 class="propertyValue"></h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -218,7 +179,6 @@ with additions to bring it up to .NET 4.5 standards</p>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/src/Microsoft.SqlTools.ServiceLayer/Utility/LongList.cs/#L48">View Source</a>
|
||||
</span>
|
||||
<a id="Microsoft_SqlTools_ServiceLayer_Utility_LongList_1_Item_" data-uid="Microsoft.SqlTools.ServiceLayer.Utility.LongList`1.Item*"></a>
|
||||
<h4 id="Microsoft_SqlTools_ServiceLayer_Utility_LongList_1_Item_System_Int64_" data-uid="Microsoft.SqlTools.ServiceLayer.Utility.LongList`1.Item(System.Int64)">Item[Int64]</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
@@ -238,12 +198,12 @@ with additions to bring it up to .NET 4.5 standards</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int64</span></td>
|
||||
<td><span class="parametername">index</span></td>
|
||||
<td><em>index</em></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<h5 class="propertyValue"></h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -267,7 +227,6 @@ with additions to bring it up to .NET 4.5 standards</p>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/src/Microsoft.SqlTools.ServiceLayer/Utility/LongList.cs/#L77">View Source</a>
|
||||
</span>
|
||||
<a id="Microsoft_SqlTools_ServiceLayer_Utility_LongList_1_Add_" data-uid="Microsoft.SqlTools.ServiceLayer.Utility.LongList`1.Add*"></a>
|
||||
<h4 id="Microsoft_SqlTools_ServiceLayer_Utility_LongList_1_Add__0_" data-uid="Microsoft.SqlTools.ServiceLayer.Utility.LongList`1.Add(`0)">Add(T)</h4>
|
||||
<div class="markdown level1 summary"><p>Adds the specified value to the end of the list</p>
|
||||
</div>
|
||||
@@ -288,7 +247,7 @@ with additions to bring it up to .NET 4.5 standards</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">T</span></td>
|
||||
<td><span class="parametername">val</span></td>
|
||||
<td><em>val</em></td>
|
||||
<td><p>Value to add to the list</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -317,7 +276,6 @@ with additions to bring it up to .NET 4.5 standards</p>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/src/Microsoft.SqlTools.ServiceLayer/Utility/LongList.cs/#L184">View Source</a>
|
||||
</span>
|
||||
<a id="Microsoft_SqlTools_ServiceLayer_Utility_LongList_1_GetEnumerator_" data-uid="Microsoft.SqlTools.ServiceLayer.Utility.LongList`1.GetEnumerator*"></a>
|
||||
<h4 id="Microsoft_SqlTools_ServiceLayer_Utility_LongList_1_GetEnumerator" data-uid="Microsoft.SqlTools.ServiceLayer.Utility.LongList`1.GetEnumerator">GetEnumerator()</h4>
|
||||
<div class="markdown level1 summary"><p>Returns a generic enumerator for enumeration of this LongList</p>
|
||||
</div>
|
||||
@@ -342,8 +300,6 @@ with additions to bring it up to .NET 4.5 standards</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h5 class="implements">Implements</h5>
|
||||
<div><span class="xref">System.Collections.Generic.IEnumerable<T>.GetEnumerator()</span></div>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/new/master/docs/apispec/new?filename=Microsoft_SqlTools_ServiceLayer_Utility_LongList_1_GetItem_System_Int64_.md&value=---%0Auid%3A%20Microsoft.SqlTools.ServiceLayer.Utility.LongList%601.GetItem(System.Int64)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
@@ -351,7 +307,6 @@ with additions to bring it up to .NET 4.5 standards</p>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/src/Microsoft.SqlTools.ServiceLayer/Utility/LongList.cs/#L114">View Source</a>
|
||||
</span>
|
||||
<a id="Microsoft_SqlTools_ServiceLayer_Utility_LongList_1_GetItem_" data-uid="Microsoft.SqlTools.ServiceLayer.Utility.LongList`1.GetItem*"></a>
|
||||
<h4 id="Microsoft_SqlTools_ServiceLayer_Utility_LongList_1_GetItem_System_Int64_" data-uid="Microsoft.SqlTools.ServiceLayer.Utility.LongList`1.GetItem(System.Int64)">GetItem(Int64)</h4>
|
||||
<div class="markdown level1 summary"><p>Returns the item at the specified index</p>
|
||||
</div>
|
||||
@@ -372,7 +327,7 @@ with additions to bring it up to .NET 4.5 standards</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int64</span></td>
|
||||
<td><span class="parametername">index</span></td>
|
||||
<td><em>index</em></td>
|
||||
<td><p>Index of the item to return</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -401,7 +356,6 @@ with additions to bring it up to .NET 4.5 standards</p>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/src/Microsoft.SqlTools.ServiceLayer/Utility/LongList.cs/#L145">View Source</a>
|
||||
</span>
|
||||
<a id="Microsoft_SqlTools_ServiceLayer_Utility_LongList_1_RemoveAt_" data-uid="Microsoft.SqlTools.ServiceLayer.Utility.LongList`1.RemoveAt*"></a>
|
||||
<h4 id="Microsoft_SqlTools_ServiceLayer_Utility_LongList_1_RemoveAt_System_Int64_" data-uid="Microsoft.SqlTools.ServiceLayer.Utility.LongList`1.RemoveAt(System.Int64)">RemoveAt(Int64)</h4>
|
||||
<div class="markdown level1 summary"><p>Removes an item at the specified location and shifts all the items after the provided
|
||||
index up by one.</p>
|
||||
@@ -423,7 +377,7 @@ index up by one.</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int64</span></td>
|
||||
<td><span class="parametername">index</span></td>
|
||||
<td><em>index</em></td>
|
||||
<td><p>The index to remove from the list</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -438,7 +392,6 @@ index up by one.</p>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/src/Microsoft.SqlTools.ServiceLayer/Utility/LongList.cs/#L193">View Source</a>
|
||||
</span>
|
||||
<a id="Microsoft_SqlTools_ServiceLayer_Utility_LongList_1_System_Collections_IEnumerable_GetEnumerator_" data-uid="Microsoft.SqlTools.ServiceLayer.Utility.LongList`1.System#Collections#IEnumerable#GetEnumerator*"></a>
|
||||
<h4 id="Microsoft_SqlTools_ServiceLayer_Utility_LongList_1_System_Collections_IEnumerable_GetEnumerator" data-uid="Microsoft.SqlTools.ServiceLayer.Utility.LongList`1.System#Collections#IEnumerable#GetEnumerator">IEnumerable.GetEnumerator()</h4>
|
||||
<div class="markdown level1 summary"><p>Returns an enumerator for enumeration of this LongList</p>
|
||||
</div>
|
||||
@@ -462,8 +415,6 @@ index up by one.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h5 class="implements">Implements</h5>
|
||||
<div><span class="xref">System.Collections.IEnumerable.GetEnumerator()</span></div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
@@ -488,16 +439,9 @@ index up by one.</p>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grad-bottom"></div>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
<span>Copyright © 2015-2016 Microsoft<br>Generated by <strong>DocFX</strong></span>
|
||||
<div class="inner-footer">
|
||||
<p>© Microsoft // Generated with <a href="https://github.com/dotnet/docfx">DocFX</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user