コード例 #1
0
 public static string GetExternalNameOrName(ModelNamedElement that) => that.ExternalName ?? that.Name;
コード例 #2
0
 public static string GetName(ModelNamedElement that) => that.Name;