AttributeProviderWrapper<T> sealed class AttributeProviderWrapper<T> : ICustomAttributeProvider where T : Attribute Documentation public AttributeProviderWrapper(ICustomAttributeProvider innerProvider) public object[] GetCustomAttributes(Type attributeType, bool inherit) public object[] GetCustomAttributes(bool inherit) public bool IsDefined(Type attributeType, bool inherit)