Returns an array of all the custom attributes of type attributeType defined on this parameter.
[Visual Basic] Overloads Public Shared Function GetCustomAttributes( _ ByVal element As ParameterInfo, _ ByVal attributeType As Type _ ) As Attribute () [C#] public static Attribute[] GetCustomAttributes( ParameterInfo element, Type attributeType ); [C++] public: static Attribute* GetCustomAttributes( ParameterInfo* element, Type* attributeType ) []; [JScript] public static function GetCustomAttributes( element : ParameterInfo, attributeType : Type ) : Attribute[];
Returns an array of all the custom attributes of type attributeType defined on this parameter.
Attribute Class | Attribute Members | System Namespace | Attribute.GetCustomAttributes Overload List