コード例 #1
0
 public static TypeReference ImportType(this ITypeSystem typeSystem, Type type)
 {
     return(typeSystem.ModuleDefinition.ImportReference(typeSystem.FindType(GetFullName(type))));
 }