Net.Graph.Neo4JD.Traversal.Germlin.GermlinPipe.Out C# (CSharp) 메소드

Out() 공개 메소드

public Out ( ) : GermlinPipe
리턴 GermlinPipe
        public GermlinPipe Out()
        {
            return this.Add(new OutPipe());
        }

Same methods

GermlinPipe::Out ( string label ) : GermlinPipe