예제 #1
0
 public static string GetShortName(this INamespaceOrTypeSymbol symbol)
 {
     return(symbol.ToCSharpDisplayString(s_shortNameFormat));
 }