ReflectedParameterDescriptor.GetCustomAttributes Method
Include Protected Members
Include Inherited Members
Returns an array of custom attributes that are defined for this member, excluding named attributes.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetCustomAttributes(Boolean) | Returns an array of custom attributes that are defined for this member, excluding named attributes. (Overrides ParameterDescriptor.GetCustomAttributes(Boolean).) | |
GetCustomAttributes(Type, Boolean) | Returns an array of custom attributes that are defined for this member, identified by type. (Overrides ParameterDescriptor.GetCustomAttributes(Type, Boolean).) |
Top
Remarks
If there are no custom attributes, this method returns an empty array.