Exemplo n.º 1
0
 public static VisualGroupKind GetGroupKind(string groupName)
 {
     return(GroupDictionary.GetKeyOrDefault(groupName));
 }
Exemplo n.º 2
0
 public static string GetCSharpBuiltinTypeName(Type type)
 {
     return(TypeDictionary.GetKeyOrDefault(type));
 }