Ejemplo n.º 1
0
 private LayoutVertexBase GetVertex(string name) => _testGraphBuilder.GetVertex(name);
Ejemplo n.º 2
0
 private LayoutVertexBase GetVertex(string vertexName)
 {
     return(_graphBuilder.GetVertex(vertexName));
 }
 private LayoutVertexBase GetVertex(string name)
 {
     return(_testGraphBuilder.GetVertex(name));
 }