AttributeUtil public static class AttributeUtil Documentation Code public static CustomAttributeInfo CreateInfo(CustomAttributeData attribute) public static CustomAttributeInfo CreateInfo<TAttribute>() where TAttribute : Attribute public static CustomAttributeInfo CreateInfo(Type attribute, object[] constructorArguments) public static IEnumerable<CustomAttributeInfo> GetNonInheritableAttributes(this MemberInfo member) public static IEnumerable<CustomAttributeInfo> GetNonInheritableAttributes(this ParameterInfo parameter)