Open ffhighwind opened 4 years ago
https://github.com/buunguyen/fasterflect/blob/master/Fasterflect/Fasterflect/Extensions/Core/AttributeExtensions.cs
public static IDictionary<MemberInfo, List<Attribute>> MembersAndAttributes( this Type type, MemberTypes memberTypes, params Type[] attributeTypes ) { return type.MembersAndAttributes( memberTypes, Flags.InstanceAnyVisibility, null ); }
I believe this should be attributeTypes instead of null.
https://github.com/buunguyen/fasterflect/blob/master/Fasterflect/Fasterflect/Extensions/Core/AttributeExtensions.cs
I believe this should be attributeTypes instead of null.