Net.Graph.Neo4JD.Node.Node C# (CSharp) Method

Node() private method

private Node ( RequestResult result ) : System
result Net.Graph.Neo4JD.Persistance.RequestResult
return System
        internal Node(RequestResult result)
            : this()
        {
            this.SetResult(result);
        }

Same methods

Node::Node ( ) : System