Update ApiTypeNameHelper.cs

pull/6065/head
maliming 5 years ago committed by GitHub
parent b3d4f6929e
commit e1d89aabde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,8 +6,6 @@ namespace Volo.Abp.Http.Modeling
{
public static class ApiTypeNameHelper
{
private static ITypeList _cycleType = new TypeList();
public static string GetTypeName(Type type)
{
if (TypeHelper.IsDictionary(type, out var keyType, out var valueType))

Loading…
Cancel
Save