示例#1
0
 public static bool HasForceIEnumerableCustomAttribute(TypeInfo typeInfo)
 {
     return (typeInfo.GetCustData(CustomAttributeGuids.GUID_ForceIEnumerable) != null);
 }