Exemple #1
0
 public static Identifier ToIdentifier(this string id)
 {
     return(Identifier.Create(id));
 }