diff --git a/ICD.Common.Utils/AttributeUtils.cs b/ICD.Common.Utils/AttributeUtils.cs index 15f1f05..1201088 100644 --- a/ICD.Common.Utils/AttributeUtils.cs +++ b/ICD.Common.Utils/AttributeUtils.cs @@ -83,7 +83,7 @@ namespace ICD.Common.Utils e.Message); } - foreach (CType type in types) + foreach (var type in types) CacheType(type); }