public static bool HasForceIEnumerableCustomAttribute(TypeInfo typeInfo) { return (typeInfo.GetCustData(CustomAttributeGuids.GUID_ForceIEnumerable) != null); }