Beispiel #1
0
 public static string GetTypeMapKey(TypeReference type)
 {
     return(Helpers.GetScriptFullName(type));
 }
Beispiel #2
0
 public static string GetTypeMapKey(TypeDefinition type)
 {
     return(Helpers.GetScriptFullName(type));
 }