示例#1
0
 /// <summary>
 /// Spawns a <see cref="GraphTraversal{SType, EType}"/> off this graph traversal source and adds the addV step to
 /// that traversal.
 /// </summary>
 /// <returns>Returns the traversal</returns>
 public GraphTraversal <Gremlin.Net.Structure.Vertex, Gremlin.Net.Structure.Vertex> AddV()
 {
     return(_graphTraversalSource.AddV());
 }