Beispiel #1
0
 public static string GetTypeName(Type t, FormatterAssemblyStyle assemblyFormat)
 {
     return(ReflectionUtils.GetTypeName(t, assemblyFormat, null));
 }