@@ -50,7 +50,7 @@ namespace TEAMModelOS.SDK.Helper.Common.ReflectorExtensions
where attributes != null && attributes.Length > 0
select new { Type = t, Attributes = attributes.Cast<T>() };
- return typesWithMyAttribute;
+ return null;
}