Net.Graph.Neo4JD.Traversal.Germlin.GermlinPipe.InV C# (CSharp) Méthode

InV() public méthode

public InV ( ) : GermlinPipe
Résultat GermlinPipe
        public GermlinPipe InV()
        {
            return this.Add(new InVPipe());
        }