示例#1
0
 public static string Serialize(this TypeNode node)
 {
     return($": {node?.GetText()}");
 }