Enable primitive name matching

This commit is contained in:
Jack Kanarish
2018-03-09 15:32:48 -05:00
parent ada309a2af
commit 1243fb8bc3

View File

@@ -50,8 +50,8 @@ namespace ICD.Common.Utils.Extensions
if (type == null)
name = null;
//else if (type.IsPrimitive)
// name = type.FullName;
else if (type.IsPrimitive)
name = type.FullName;
else
name = type.AssemblyQualifiedName;