System.Reflection.ICustomAttributeProvider public interface ICustomAttributeProvider Documentation object[] GetCustomAttributes(bool inherit) object[] GetCustomAttributes(Type attributeType, bool inherit) bool IsDefined(Type attributeType, bool inherit)