Exemplo n.º 1
0
 public static TypeReference?TryImportType <T>(this ITypeSystem typeSystem)
 {
     return(typeSystem.TryImportType(typeof(T)));
 }