示例#1
0
 /// <summary>
 /// Gets the vertex.
 /// </summary>
 /// <returns></returns>
 public bool RemoveVertex(uint vertex)
 {
     return(_graph.RemoveVertex(vertex));
 }