Exemplo n.º 1
0
 private static string CreateNodeId(IAstNode node)
 {
     return($"{node.GetType( ).GUID}-{node.GetHashCode( )}");
 }