Net.Graph.Neo4JD.Traversal.Germlin.GermlinPipe.In C# (CSharp) Method

In() public method

public In ( string label ) : GermlinPipe
label string
return GermlinPipe
        public GermlinPipe In(string label)
        {
            return this.Add(new InPipe(label));
        }