You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2022/01/12 15:35:40 UTC

svn commit: r1896968 [7/41] - in /tinkerpop/site/dotnetdocs/3.4.13: ./ api/ fonts/ images/ styles/

Added: tinkerpop/site/dotnetdocs/3.4.13/api/Gremlin.Net.Process.Traversal.GraphTraversal-2.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.4.13/api/Gremlin.Net.Process.Traversal.GraphTraversal-2.html?rev=1896968&view=auto
==============================================================================
--- tinkerpop/site/dotnetdocs/3.4.13/api/Gremlin.Net.Process.Traversal.GraphTraversal-2.html (added)
+++ tinkerpop/site/dotnetdocs/3.4.13/api/Gremlin.Net.Process.Traversal.GraphTraversal-2.html Wed Jan 12 15:35:38 2022
@@ -0,0 +1,8371 @@
+<!DOCTYPE html>
+<!--[if IE]><![endif]-->
+<html>
+  
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <title>Class GraphTraversal&lt;S, E&gt;
+   | Apache TinkerPop - Gremlin.NET API Docs </title>
+    <meta name="viewport" content="width=device-width">
+    <meta name="title" content="Class GraphTraversal&lt;S, E&gt;
+   | Apache TinkerPop - Gremlin.NET API Docs ">
+    <meta name="generator" content="docfx 2.58.0.0">
+    
+    <link rel="shortcut icon" href="../images/favicon.ico">
+    <link rel="stylesheet" href="../styles/docfx.vendor.css">
+    <link rel="stylesheet" href="../styles/docfx.css">
+    <link rel="stylesheet" href="../styles/main.css">
+    <meta property="docfx:navrel" content="../toc.html">
+    <meta property="docfx:tocrel" content="toc.html">
+    
+    <meta property="docfx:rel" content="../">
+    
+  </head>
+  <body data-spy="scroll" data-target="#affix" data-offset="120">
+    <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="../images/tinkerpop-character.png" 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>
+        
+        <div class="subnav navbar navbar-default">
+          <div class="container hide-when-search" id="breadcrumb">
+            <ul class="breadcrumb">
+              <li></li>
+            </ul>
+          </div>
+        </div>
+      </header>
+      <div class="container body-content">
+        
+        <div id="search-results">
+          <div class="search-list">Search Results for <span></span></div>
+          <div class="sr-items">
+            <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
+          </div>
+          <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
+        </div>
+      </div>
+      <div role="main" class="container body-content hide-when-search">
+        
+        <div class="sidenav hide-when-search">
+          <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
+          <div class="sidetoggle collapse" id="sidetoggle">
+            <div id="sidetoc"></div>
+          </div>
+        </div>
+        <div class="article row grid-right">
+          <div class="col-md-10">
+            <article class="content wrap" id="_content" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2">
+  
+  
+  <h1 id="Gremlin_Net_Process_Traversal_GraphTraversal_2" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2" class="text-break">Class GraphTraversal&lt;S, E&gt;
+  </h1>
+  <div class="markdown level0 summary"><p>Graph traversals are the primary way in which graphs are processed.</p>
+</div>
+  <div class="markdown level0 conceptual"></div>
+  <div class="inheritance">
+    <h5>Inheritance</h5>
+    <div class="level0"><span class="xref">System.Object</span></div>
+    <div class="level1"><a class="xref" href="Gremlin.Net.Process.Traversal.DefaultTraversal-2.html">DefaultTraversal</a>&lt;S, E&gt;</div>
+    <div class="level2"><span class="xref">GraphTraversal&lt;S, E&gt;</span></div>
+  </div>
+  <div classs="implements">
+    <h5>Implements</h5>
+    <div><a class="xref" href="Gremlin.Net.Process.Traversal.ITraversal-2.html">ITraversal</a>&lt;S, E&gt;</div>
+    <div><a class="xref" href="Gremlin.Net.Process.Traversal.ITraversal.html">ITraversal</a></div>
+    <div><span class="xref">IEnumerator</span></div>
+    <div><span class="xref">IEnumerator</span>&lt;E&gt;</div>
+  </div>
+  <div class="inheritedMembers">
+    <h5>Inherited Members</h5>
+    <div>
+      <a class="xref" href="Gremlin.Net.Process.Traversal.DefaultTraversal-2.html#Gremlin_Net_Process_Traversal_DefaultTraversal_2_Bytecode">DefaultTraversal&lt;S, E&gt;.Bytecode</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Process.Traversal.DefaultTraversal-2.html#Gremlin_Net_Process_Traversal_DefaultTraversal_2_SideEffects">DefaultTraversal&lt;S, E&gt;.SideEffects</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Process.Traversal.DefaultTraversal-2.html#Gremlin_Net_Process_Traversal_DefaultTraversal_2_Traversers">DefaultTraversal&lt;S, E&gt;.Traversers</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Process.Traversal.DefaultTraversal-2.html#Gremlin_Net_Process_Traversal_DefaultTraversal_2_Gremlin_Net_Process_Traversal_ITraversal_Iterate">DefaultTraversal&lt;S, E&gt;.ITraversal.Iterate()</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Process.Traversal.DefaultTraversal-2.html#Gremlin_Net_Process_Traversal_DefaultTraversal_2_TraversalStrategies">DefaultTraversal&lt;S, E&gt;.TraversalStrategies</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Process.Traversal.DefaultTraversal-2.html#Gremlin_Net_Process_Traversal_DefaultTraversal_2_Dispose">DefaultTraversal&lt;S, E&gt;.Dispose()</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Process.Traversal.DefaultTraversal-2.html#Gremlin_Net_Process_Traversal_DefaultTraversal_2_MoveNext">DefaultTraversal&lt;S, E&gt;.MoveNext()</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Process.Traversal.DefaultTraversal-2.html#Gremlin_Net_Process_Traversal_DefaultTraversal_2_Reset">DefaultTraversal&lt;S, E&gt;.Reset()</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Process.Traversal.DefaultTraversal-2.html#Gremlin_Net_Process_Traversal_DefaultTraversal_2_Current">DefaultTraversal&lt;S, E&gt;.Current</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Process.Traversal.DefaultTraversal-2.html#Gremlin_Net_Process_Traversal_DefaultTraversal_2_HasNext">DefaultTraversal&lt;S, E&gt;.HasNext()</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Process.Traversal.DefaultTraversal-2.html#Gremlin_Net_Process_Traversal_DefaultTraversal_2_Next">DefaultTraversal&lt;S, E&gt;.Next()</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Process.Traversal.DefaultTraversal-2.html#Gremlin_Net_Process_Traversal_DefaultTraversal_2_Next_System_Int32_">DefaultTraversal&lt;S, E&gt;.Next(Int32)</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Process.Traversal.DefaultTraversal-2.html#Gremlin_Net_Process_Traversal_DefaultTraversal_2_Iterate">DefaultTraversal&lt;S, E&gt;.Iterate()</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Process.Traversal.DefaultTraversal-2.html#Gremlin_Net_Process_Traversal_DefaultTraversal_2_NextTraverser">DefaultTraversal&lt;S, E&gt;.NextTraverser()</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Process.Traversal.DefaultTraversal-2.html#Gremlin_Net_Process_Traversal_DefaultTraversal_2_ToList">DefaultTraversal&lt;S, E&gt;.ToList()</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Process.Traversal.DefaultTraversal-2.html#Gremlin_Net_Process_Traversal_DefaultTraversal_2_ToSet">DefaultTraversal&lt;S, E&gt;.ToSet()</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Process.Traversal.DefaultTraversal-2.html#Gremlin_Net_Process_Traversal_DefaultTraversal_2_Dispose_System_Boolean_">DefaultTraversal&lt;S, E&gt;.Dispose(Boolean)</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Process.Traversal.DefaultTraversal-2.html#Gremlin_Net_Process_Traversal_DefaultTraversal_2_Promise__1_System_Func_Gremlin_Net_Process_Traversal_ITraversal__0__1____0__">DefaultTraversal&lt;S, E&gt;.Promise&lt;TReturn&gt;(Func&lt;ITraversal&lt;S, E&gt;, TReturn&gt;)</a>
+    </div>
+    <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.ToString()</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
+    </div>
+  </div>
+  <h6><strong>Namespace</strong>: <a class="xref" href="Gremlin.Net.Process.Traversal.html">Gremlin.Net.Process.Traversal</a></h6>
+  <h6><strong>Assembly</strong>: cs.temp.dll.dll</h6>
+  <h5 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_syntax">Syntax</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public class GraphTraversal&lt;S, E&gt; : DefaultTraversal&lt;S, E&gt;, ITraversal&lt;S, E&gt;, ITraversal, IEnumerator, IEnumerator&lt;E&gt;</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">S</span></td>
+        <td></td>
+      </tr>
+      <tr>
+        <td><span class="parametername">E</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h3 id="constructors">Constructors
+  </h3>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2__ctor_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.#ctor*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2__ctor" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.#ctor">GraphTraversal()</h4>
+  <div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a> class.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal()</code></pre>
+  </div>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2__ctor_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.#ctor*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2__ctor_ICollection_Gremlin_Net_Process_Traversal_ITraversalStrategy__Gremlin_Net_Process_Traversal_Bytecode_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.#ctor(ICollection{Gremlin.Net.Process.Traversal.ITraversalStrategy},Gremlin.Net.Process.Traversal.Bytecode)">GraphTraversal(ICollection&lt;ITraversalStrategy&gt;, Bytecode)</h4>
+  <div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a> class.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal(ICollection&lt;ITraversalStrategy&gt; traversalStrategies, Bytecode bytecode)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">ICollection</span>&lt;<a class="xref" href="Gremlin.Net.Process.Traversal.ITraversalStrategy.html">ITraversalStrategy</a>&gt;</td>
+        <td><span class="parametername">traversalStrategies</span></td>
+        <td><p>The traversal strategies to be used by this graph traversal at evaluation time.</p>
+</td>
+      </tr>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.Bytecode.html">Bytecode</a></td>
+        <td><span class="parametername">bytecode</span></td>
+        <td><p>The <a class="xref" href="Gremlin.Net.Process.Traversal.Bytecode.html">Bytecode</a> associated with the construction of this graph traversal.</p>
+</td>
+      </tr>
+    </tbody>
+  </table>
+  <h3 id="methods">Methods
+  </h3>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_AddE_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.AddE*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_AddE_Gremlin_Net_Process_Traversal_ITraversal_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.AddE(Gremlin.Net.Process.Traversal.ITraversal)">AddE(ITraversal)</h4>
+  <div class="markdown level1 summary"><p>Adds the addE step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, Edge&gt; AddE(ITraversal edgeLabelTraversal)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.ITraversal.html">ITraversal</a></td>
+        <td><span class="parametername">edgeLabelTraversal</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, <span class="xref">Edge</span>&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_AddE_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.AddE*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_AddE_System_String_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.AddE(System.String)">AddE(String)</h4>
+  <div class="markdown level1 summary"><p>Adds the addE step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, Edge&gt; AddE(string edgeLabel)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">System.String</span></td>
+        <td><span class="parametername">edgeLabel</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, <span class="xref">Edge</span>&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_AddV_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.AddV*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_AddV" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.AddV">AddV()</h4>
+  <div class="markdown level1 summary"><p>Adds the addV step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, Vertex&gt; AddV()</code></pre>
+  </div>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, <span class="xref">Vertex</span>&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_AddV_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.AddV*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_AddV_Gremlin_Net_Process_Traversal_ITraversal_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.AddV(Gremlin.Net.Process.Traversal.ITraversal)">AddV(ITraversal)</h4>
+  <div class="markdown level1 summary"><p>Adds the addV step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, Vertex&gt; AddV(ITraversal vertexLabelTraversal)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.ITraversal.html">ITraversal</a></td>
+        <td><span class="parametername">vertexLabelTraversal</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, <span class="xref">Vertex</span>&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_AddV_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.AddV*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_AddV_System_String_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.AddV(System.String)">AddV(String)</h4>
+  <div class="markdown level1 summary"><p>Adds the addV step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, Vertex&gt; AddV(string vertexLabel)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">System.String</span></td>
+        <td><span class="parametername">vertexLabel</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, <span class="xref">Vertex</span>&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Aggregate_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Aggregate*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Aggregate_Gremlin_Net_Process_Traversal_Scope_System_String_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Aggregate(Gremlin.Net.Process.Traversal.Scope,System.String)">Aggregate(Scope, String)</h4>
+  <div class="markdown level1 summary"><p>Adds the aggregate step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E&gt; Aggregate(Scope scope, string sideEffectKey)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.Scope.html">Scope</a></td>
+        <td><span class="parametername">scope</span></td>
+        <td></td>
+      </tr>
+      <tr>
+        <td><span class="xref">System.String</span></td>
+        <td><span class="parametername">sideEffectKey</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Aggregate_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Aggregate*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Aggregate_System_String_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Aggregate(System.String)">Aggregate(String)</h4>
+  <div class="markdown level1 summary"><p>Adds the aggregate step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E&gt; Aggregate(string sideEffectKey)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">System.String</span></td>
+        <td><span class="parametername">sideEffectKey</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_And_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.And*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_And_Gremlin_Net_Process_Traversal_ITraversal___" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.And(Gremlin.Net.Process.Traversal.ITraversal[])">And(ITraversal[])</h4>
+  <div class="markdown level1 summary"><p>Adds the and step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E&gt; And(params ITraversal[] andTraversals)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.ITraversal.html">ITraversal</a>[]</td>
+        <td><span class="parametername">andTraversals</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_As_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.As*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_As_System_String_System_String___" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.As(System.String,System.String[])">As(String, String[])</h4>
+  <div class="markdown level1 summary"><p>Adds the as step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E&gt; As(string stepLabel, params string[] stepLabels)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">System.String</span></td>
+        <td><span class="parametername">stepLabel</span></td>
+        <td></td>
+      </tr>
+      <tr>
+        <td><span class="xref">System.String</span>[]</td>
+        <td><span class="parametername">stepLabels</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Barrier_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Barrier*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Barrier" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Barrier">Barrier()</h4>
+  <div class="markdown level1 summary"><p>Adds the barrier step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E&gt; Barrier()</code></pre>
+  </div>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Barrier_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Barrier*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Barrier_Gremlin_Net_Process_Traversal_IConsumer_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Barrier(Gremlin.Net.Process.Traversal.IConsumer)">Barrier(IConsumer)</h4>
+  <div class="markdown level1 summary"><p>Adds the barrier step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E&gt; Barrier(IConsumer barrierConsumer)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.IConsumer.html">IConsumer</a></td>
+        <td><span class="parametername">barrierConsumer</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Barrier_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Barrier*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Barrier_System_Int32_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Barrier(System.Int32)">Barrier(Int32)</h4>
+  <div class="markdown level1 summary"><p>Adds the barrier step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E&gt; Barrier(int maxBarrierSize)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">System.Int32</span></td>
+        <td><span class="parametername">maxBarrierSize</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Both_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Both*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Both_System_String___" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Both(System.String[])">Both(String[])</h4>
+  <div class="markdown level1 summary"><p>Adds the both step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, Vertex&gt; Both(params string[] edgeLabels)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">System.String</span>[]</td>
+        <td><span class="parametername">edgeLabels</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, <span class="xref">Vertex</span>&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_BothE_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.BothE*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_BothE_System_String___" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.BothE(System.String[])">BothE(String[])</h4>
+  <div class="markdown level1 summary"><p>Adds the bothE step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, Edge&gt; BothE(params string[] edgeLabels)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">System.String</span>[]</td>
+        <td><span class="parametername">edgeLabels</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, <span class="xref">Edge</span>&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_BothV_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.BothV*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_BothV" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.BothV">BothV()</h4>
+  <div class="markdown level1 summary"><p>Adds the bothV step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, Vertex&gt; BothV()</code></pre>
+  </div>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, <span class="xref">Vertex</span>&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Branch_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Branch*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Branch__1_Gremlin_Net_Process_Traversal_IFunction_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Branch``1(Gremlin.Net.Process.Traversal.IFunction)">Branch&lt;E2&gt;(IFunction)</h4>
+  <div class="markdown level1 summary"><p>Adds the branch step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E2&gt; Branch&lt;E2&gt;(IFunction function)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.IFunction.html">IFunction</a></td>
+        <td><span class="parametername">function</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E2&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <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">E2</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Branch_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Branch*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Branch__1_Gremlin_Net_Process_Traversal_ITraversal_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Branch``1(Gremlin.Net.Process.Traversal.ITraversal)">Branch&lt;E2&gt;(ITraversal)</h4>
+  <div class="markdown level1 summary"><p>Adds the branch step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E2&gt; Branch&lt;E2&gt;(ITraversal branchTraversal)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.ITraversal.html">ITraversal</a></td>
+        <td><span class="parametername">branchTraversal</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E2&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <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">E2</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_By_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.By*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_By" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.By">By()</h4>
+  <div class="markdown level1 summary"><p>Adds the by step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E&gt; By()</code></pre>
+  </div>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_By_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.By*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_By_Gremlin_Net_Process_Traversal_IComparator_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.By(Gremlin.Net.Process.Traversal.IComparator)">By(IComparator)</h4>
+  <div class="markdown level1 summary"><p>Adds the by step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E&gt; By(IComparator comparator)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.IComparator.html">IComparator</a></td>
+        <td><span class="parametername">comparator</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_By_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.By*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_By_Gremlin_Net_Process_Traversal_IFunction_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.By(Gremlin.Net.Process.Traversal.IFunction)">By(IFunction)</h4>
+  <div class="markdown level1 summary"><p>Adds the by step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E&gt; By(IFunction function)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.IFunction.html">IFunction</a></td>
+        <td><span class="parametername">function</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_By_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.By*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_By_Gremlin_Net_Process_Traversal_IFunction_Gremlin_Net_Process_Traversal_IComparator_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.By(Gremlin.Net.Process.Traversal.IFunction,Gremlin.Net.Process.Traversal.IComparator)">By(IFunction, IComparator)</h4>
+  <div class="markdown level1 summary"><p>Adds the by step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E&gt; By(IFunction function, IComparator comparator)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.IFunction.html">IFunction</a></td>
+        <td><span class="parametername">function</span></td>
+        <td></td>
+      </tr>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.IComparator.html">IComparator</a></td>
+        <td><span class="parametername">comparator</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_By_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.By*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_By_Gremlin_Net_Process_Traversal_ITraversal_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.By(Gremlin.Net.Process.Traversal.ITraversal)">By(ITraversal)</h4>
+  <div class="markdown level1 summary"><p>Adds the by step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E&gt; By(ITraversal traversal)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.ITraversal.html">ITraversal</a></td>
+        <td><span class="parametername">traversal</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_By_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.By*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_By_Gremlin_Net_Process_Traversal_ITraversal_Gremlin_Net_Process_Traversal_IComparator_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.By(Gremlin.Net.Process.Traversal.ITraversal,Gremlin.Net.Process.Traversal.IComparator)">By(ITraversal, IComparator)</h4>
+  <div class="markdown level1 summary"><p>Adds the by step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E&gt; By(ITraversal traversal, IComparator comparator)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.ITraversal.html">ITraversal</a></td>
+        <td><span class="parametername">traversal</span></td>
+        <td></td>
+      </tr>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.IComparator.html">IComparator</a></td>
+        <td><span class="parametername">comparator</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_By_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.By*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_By_Gremlin_Net_Process_Traversal_Order_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.By(Gremlin.Net.Process.Traversal.Order)">By(Order)</h4>
+  <div class="markdown level1 summary"><p>Adds the by step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E&gt; By(Order order)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.Order.html">Order</a></td>
+        <td><span class="parametername">order</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_By_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.By*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_By_Gremlin_Net_Process_Traversal_T_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.By(Gremlin.Net.Process.Traversal.T)">By(T)</h4>
+  <div class="markdown level1 summary"><p>Adds the by step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E&gt; By(T token)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.T.html">T</a></td>
+        <td><span class="parametername">token</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_By_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.By*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_By_System_String_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.By(System.String)">By(String)</h4>
+  <div class="markdown level1 summary"><p>Adds the by step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E&gt; By(string key)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">System.String</span></td>
+        <td><span class="parametername">key</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_By_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.By*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_By_System_String_Gremlin_Net_Process_Traversal_IComparator_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.By(System.String,Gremlin.Net.Process.Traversal.IComparator)">By(String, IComparator)</h4>
+  <div class="markdown level1 summary"><p>Adds the by step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E&gt; By(string key, IComparator comparator)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">System.String</span></td>
+        <td><span class="parametername">key</span></td>
+        <td></td>
+      </tr>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.IComparator.html">IComparator</a></td>
+        <td><span class="parametername">comparator</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Cap_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Cap*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Cap__1_System_String_System_String___" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Cap``1(System.String,System.String[])">Cap&lt;E2&gt;(String, String[])</h4>
+  <div class="markdown level1 summary"><p>Adds the cap step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E2&gt; Cap&lt;E2&gt;(string sideEffectKey, params string[] sideEffectKeys)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">System.String</span></td>
+        <td><span class="parametername">sideEffectKey</span></td>
+        <td></td>
+      </tr>
+      <tr>
+        <td><span class="xref">System.String</span>[]</td>
+        <td><span class="parametername">sideEffectKeys</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E2&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <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">E2</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Choose_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Choose*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Choose__1_Gremlin_Net_Process_Traversal_IFunction_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Choose``1(Gremlin.Net.Process.Traversal.IFunction)">Choose&lt;E2&gt;(IFunction)</h4>
+  <div class="markdown level1 summary"><p>Adds the choose step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E2&gt; Choose&lt;E2&gt;(IFunction choiceFunction)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.IFunction.html">IFunction</a></td>
+        <td><span class="parametername">choiceFunction</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E2&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <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">E2</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Choose_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Choose*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Choose__1_Gremlin_Net_Process_Traversal_IPredicate_Gremlin_Net_Process_Traversal_ITraversal_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Choose``1(Gremlin.Net.Process.Traversal.IPredicate,Gremlin.Net.Process.Traversal.ITraversal)">Choose&lt;E2&gt;(IPredicate, ITraversal)</h4>
+  <div class="markdown level1 summary"><p>Adds the choose step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E2&gt; Choose&lt;E2&gt;(IPredicate choosePredicate, ITraversal trueChoice)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.IPredicate.html">IPredicate</a></td>
+        <td><span class="parametername">choosePredicate</span></td>
+        <td></td>
+      </tr>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.ITraversal.html">ITraversal</a></td>
+        <td><span class="parametername">trueChoice</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E2&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <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">E2</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Choose_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Choose*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Choose__1_Gremlin_Net_Process_Traversal_IPredicate_Gremlin_Net_Process_Traversal_ITraversal_Gremlin_Net_Process_Traversal_ITraversal_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Choose``1(Gremlin.Net.Process.Traversal.IPredicate,Gremlin.Net.Process.Traversal.ITraversal,Gremlin.Net.Process.Traversal.ITraversal)">Choose&lt;E2&gt;(IPredicate, ITraversal, ITraversal)</h4>
+  <div class="markdown level1 summary"><p>Adds the choose step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E2&gt; Choose&lt;E2&gt;(IPredicate choosePredicate, ITraversal trueChoice, ITraversal falseChoice)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.IPredicate.html">IPredicate</a></td>
+        <td><span class="parametername">choosePredicate</span></td>
+        <td></td>
+      </tr>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.ITraversal.html">ITraversal</a></td>
+        <td><span class="parametername">trueChoice</span></td>
+        <td></td>
+      </tr>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.ITraversal.html">ITraversal</a></td>
+        <td><span class="parametername">falseChoice</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E2&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <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">E2</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Choose_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Choose*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Choose__1_Gremlin_Net_Process_Traversal_ITraversal_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Choose``1(Gremlin.Net.Process.Traversal.ITraversal)">Choose&lt;E2&gt;(ITraversal)</h4>
+  <div class="markdown level1 summary"><p>Adds the choose step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E2&gt; Choose&lt;E2&gt;(ITraversal choiceTraversal)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.ITraversal.html">ITraversal</a></td>
+        <td><span class="parametername">choiceTraversal</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E2&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <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">E2</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Choose_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Choose*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Choose__1_Gremlin_Net_Process_Traversal_ITraversal_Gremlin_Net_Process_Traversal_ITraversal_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Choose``1(Gremlin.Net.Process.Traversal.ITraversal,Gremlin.Net.Process.Traversal.ITraversal)">Choose&lt;E2&gt;(ITraversal, ITraversal)</h4>
+  <div class="markdown level1 summary"><p>Adds the choose step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E2&gt; Choose&lt;E2&gt;(ITraversal traversalPredicate, ITraversal trueChoice)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.ITraversal.html">ITraversal</a></td>
+        <td><span class="parametername">traversalPredicate</span></td>
+        <td></td>
+      </tr>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.ITraversal.html">ITraversal</a></td>
+        <td><span class="parametername">trueChoice</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E2&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <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">E2</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Choose_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Choose*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Choose__1_Gremlin_Net_Process_Traversal_ITraversal_Gremlin_Net_Process_Traversal_ITraversal_Gremlin_Net_Process_Traversal_ITraversal_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Choose``1(Gremlin.Net.Process.Traversal.ITraversal,Gremlin.Net.Process.Traversal.ITraversal,Gremlin.Net.Process.Traversal.ITraversal)">Choose&lt;E2&gt;(ITraversal, ITraversal, ITraversal)</h4>
+  <div class="markdown level1 summary"><p>Adds the choose step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E2&gt; Choose&lt;E2&gt;(ITraversal traversalPredicate, ITraversal trueChoice, ITraversal falseChoice)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.ITraversal.html">ITraversal</a></td>
+        <td><span class="parametername">traversalPredicate</span></td>
+        <td></td>
+      </tr>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.ITraversal.html">ITraversal</a></td>
+        <td><span class="parametername">trueChoice</span></td>
+        <td></td>
+      </tr>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.ITraversal.html">ITraversal</a></td>
+        <td><span class="parametername">falseChoice</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E2&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <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">E2</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Clone_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Clone*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Clone" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Clone">Clone()</h4>
+  <div class="markdown level1 summary"><p>Make a copy of a traversal that is reset for iteration.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E&gt; Clone()</code></pre>
+  </div>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Coalesce_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Coalesce*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Coalesce__1_Gremlin_Net_Process_Traversal_ITraversal___" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Coalesce``1(Gremlin.Net.Process.Traversal.ITraversal[])">Coalesce&lt;E2&gt;(ITraversal[])</h4>
+  <div class="markdown level1 summary"><p>Adds the coalesce step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E2&gt; Coalesce&lt;E2&gt;(params ITraversal[] coalesceTraversals)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.ITraversal.html">ITraversal</a>[]</td>
+        <td><span class="parametername">coalesceTraversals</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E2&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <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">E2</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Coin_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Coin*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Coin_System_Double_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Coin(System.Double)">Coin(Double)</h4>
+  <div class="markdown level1 summary"><p>Adds the coin step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E&gt; Coin(double probability)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">System.Double</span></td>
+        <td><span class="parametername">probability</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_ConnectedComponent_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.ConnectedComponent*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_ConnectedComponent" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.ConnectedComponent">ConnectedComponent()</h4>
+  <div class="markdown level1 summary"><p>Adds the connectedComponent step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E&gt; ConnectedComponent()</code></pre>
+  </div>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Constant_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Constant*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Constant__1___0_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Constant``1(``0)">Constant&lt;E2&gt;(E2)</h4>
+  <div class="markdown level1 summary"><p>Adds the constant step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E2&gt; Constant&lt;E2&gt;(E2 e)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">E2</span></td>
+        <td><span class="parametername">e</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E2&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <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">E2</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Count_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Count*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Count" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Count">Count()</h4>
+  <div class="markdown level1 summary"><p>Adds the count step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, long&gt; Count()</code></pre>
+  </div>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, <span class="xref">System.Int64</span>&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Count_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Count*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_Count_Gremlin_Net_Process_Traversal_Scope_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.Count(Gremlin.Net.Process.Traversal.Scope)">Count(Scope)</h4>
+  <div class="markdown level1 summary"><p>Adds the count step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, long&gt; Count(Scope scope)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.Scope.html">Scope</a></td>
+        <td><span class="parametername">scope</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, <span class="xref">System.Int64</span>&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+  <a id="Gremlin_Net_Process_Traversal_GraphTraversal_2_CyclicPath_" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.CyclicPath*"></a>
+  <h4 id="Gremlin_Net_Process_Traversal_GraphTraversal_2_CyclicPath" data-uid="Gremlin.Net.Process.Traversal.GraphTraversal`2.CyclicPath">CyclicPath()</h4>
+  <div class="markdown level1 summary"><p>Adds the cyclicPath step to this <a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal&lt;S, E&gt;</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphTraversal&lt;S, E&gt; CyclicPath()</code></pre>
+  </div>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Process.Traversal.GraphTraversal-2.html">GraphTraversal</a>&lt;S, E&gt;</td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>

[... 6311 lines stripped ...]