Exemplo n.º 1
0
 public bool IsPresent(int nodeIndex)
 {
     return(NodeList.Exists(x => x.Index == nodeIndex));
 }