Click or drag to resize

ICustomAttributeProviderUtil Methods

The ICustomAttributeProviderUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetCustomAttribute
Get the custom attribute with the specified name from the ICustomAttributeProvider. If there are multiple attributes with the name, the first one is returned.
Public methodStatic memberGetCustomAttributes
Get all custom attributes with the specified name from the ICustomAttributeProvider.
Public methodStatic memberHasCustomAttribute
Determine if the ICustomAttributeProvider has a custom attribute.
Public methodStatic memberHasDynamicType
Determine if the member has a dynamic type.
Top
See Also