Beispiel #1
0
 /// <inheritdoc />
 public string GetTypeName(Type type)
 {
     return((_typeCache.GetAliasForType(type) ?? type.FullName) !);
 }